diff options
author | Mario Melara <maamelara@gmail.com> | 2016-06-06 09:08:59 -0700 |
---|---|---|
committer | Mario Melara <maamelara@gmail.com> | 2016-06-06 09:08:59 -0700 |
commit | 835982faedc0d728356600836caf2dd4690a9c5b (patch) | |
tree | cdea377bfd8588fcc1f3431116dc0cc9cc6b6cae /lib | |
parent | 864191b6ed9fbd95e549b2f4852dc92113c6a190 (diff) | |
download | spack-835982faedc0d728356600836caf2dd4690a9c5b.tar.gz spack-835982faedc0d728356600836caf2dd4690a9c5b.tar.bz2 spack-835982faedc0d728356600836caf2dd4690a9c5b.tar.xz spack-835982faedc0d728356600836caf2dd4690a9c5b.zip |
Changed OS name to CNL10 so that we properly find the compilers for the test platform
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/platforms/test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/spack/platforms/test.py b/lib/spack/spack/platforms/test.py index 3a4f9d5f2d..8fa2585a7a 100644 --- a/lib/spack/spack/platforms/test.py +++ b/lib/spack/spack/platforms/test.py @@ -10,8 +10,8 @@ class Test(Platform): back_end = 'x86_64' default = 'x86_64' - back_os = 'CNL' - default_os = 'CNL' + back_os = 'CNL10' + default_os = 'CNL10' def __init__(self): super(Test, self).__init__('test') |