File tree Expand file tree Collapse file tree 8 files changed +10
-55
lines changed Expand file tree Collapse file tree 8 files changed +10
-55
lines changed Original file line number Diff line number Diff line change 1
- CC =mpicc
1
+ CC? =mpicc
2
2
3
3
CFLAGS = -Wall -g
4
4
Original file line number Diff line number Diff line change 1
- CC =mpicc
1
+ CC? =mpicc
2
2
3
3
CFLAGS = -Wall -g
4
4
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -40,6 +40,13 @@ if hostname | grep bridges; then
40
40
SWIFT=/home/wilde/swift/rev/swift-0.96.2
41
41
PATH=$SWIFT /bin:$JAVA :$PATH
42
42
43
+ module unload mpi/intel_mpi
44
+ module load mpi/gcc_mvapich
45
+
46
+ echo " modules adjusted: unloaded mpi/intel_mpi; loaded mpi/gcc_mvapich"
47
+ echo " This list should should show mpi/gcc_mvapich as only MPI:"
48
+ module list
49
+
43
50
elif hostname -f | grep " ncsa.illinois.edu" ; then
44
51
# BW does not have a clearly identifiable hostname on the login nodes
45
52
@@ -50,7 +57,6 @@ elif hostname -f | grep "ncsa.illinois.edu" ; then
50
57
PATH=$SWIFT /bin:$PATH
51
58
export CC=" cc"
52
59
53
-
54
60
elif hostname | grep comet; then
55
61
56
62
JAVA=/oasis/scratch/comet/xdtr1/temp_project/jdk1.8.0_91/bin
Original file line number Diff line number Diff line change 32
32
popd
33
33
done
34
34
35
- SITES=(' stampede ' ' gordon ' ' blacklight ' )
35
+ SITES=(' bluewaters ' )
36
36
for i in $( seq 4 1 6)
37
37
do
38
38
pushd .
You can’t perform that action at this time.
0 commit comments