We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4967d9 commit ea8a18dCopy full SHA for ea8a18d
setup.sh
@@ -40,6 +40,17 @@ if hostname | grep bridges; then
40
SWIFT=/home/wilde/swift/rev/swift-0.96.2
41
PATH=$SWIFT/bin:$JAVA:$PATH
42
43
+elif hostname -f | grep "ncsa.illinois.edu" ; then
44
+ # BW does not have a clearly identifiable hostname on the login nodes
45
+
46
+ module load java # Oracle java java/jdk1.8.0_51
47
+ module unload PrgEnv-cray/5.2.82
48
+ module load PrgEnv-gnu/5.2.82
49
+ SWIFT=~wilde/scratch/swift/rev/swift-0.96.2
50
+ PATH=$SWIFT/bin:$PATH
51
+ export CC="cc"
52
53
54
elif hostname | grep comet; then
55
56
JAVA=/oasis/scratch/comet/xdtr1/temp_project/jdk1.8.0_91/bin
0 commit comments