Skip to content

Commit ea8a18d

Browse files
author
Blue Waters Trainee 578
committed
Updates for BWy
1 parent a4967d9 commit ea8a18d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

setup.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ if hostname | grep bridges; then
4040
SWIFT=/home/wilde/swift/rev/swift-0.96.2
4141
PATH=$SWIFT/bin:$JAVA:$PATH
4242

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+
4354
elif hostname | grep comet; then
4455

4556
JAVA=/oasis/scratch/comet/xdtr1/temp_project/jdk1.8.0_91/bin

0 commit comments

Comments
 (0)