Bug fix for cray_xc platform

This commit is contained in:
Gregory Becker 2016-07-21 14:04:22 -07:00
parent 098af17971
commit 2ae7429b18
4 changed files with 4 additions and 1 deletions

1
lib/spack/env/cray/CC vendored Symbolic link
View file

@ -0,0 +1 @@
../cc

1
lib/spack/env/cray/cc vendored Symbolic link
View file

@ -0,0 +1 @@
../cc

1
lib/spack/env/cray/ftn vendored Symbolic link
View file

@ -0,0 +1 @@
../cc

View file

@ -3,7 +3,7 @@
from spack.operating_systems.linux_distro import LinuxDistro
from spack.operating_systems.cnl import Cnl
from spack.util.executable import which
from spack.util.file_system import join_path
class CrayXc(Platform):
priority = 20