Skip to content

Commit e1a7493

Browse files
author
Blue Waters Trainee 578
committed
Conflicts: setup.sh
2 parents 6c7aa9d + f5d5685 commit e1a7493

File tree

8 files changed

+10
-55
lines changed

8 files changed

+10
-55
lines changed

part07/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CC=mpicc
1+
CC?=mpicc
22

33
CFLAGS = -Wall -g
44

part08/bin/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CC=mpicc
1+
CC?=mpicc
22

33
CFLAGS = -Wall -g
44

part08/bin/driver.o

72 Bytes
Binary file not shown.

part08/bin/mandelbrot

7.71 MB
Binary file not shown.

part08/bin/mandelbrot.o

-8 Bytes
Binary file not shown.

part08/bin/mandelwrap~

Lines changed: 0 additions & 51 deletions
This file was deleted.

setup.sh

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

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+
4350
elif hostname -f | grep "ncsa.illinois.edu" ; then
4451
# BW does not have a clearly identifiable hostname on the login nodes
4552

@@ -50,7 +57,6 @@ elif hostname -f | grep "ncsa.illinois.edu" ; then
5057
PATH=$SWIFT/bin:$PATH
5158
export CC="cc"
5259

53-
5460
elif hostname | grep comet; then
5561

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

test_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ do
3232
popd
3333
done
3434

35-
SITES=('stampede' 'gordon' 'blacklight')
35+
SITES=('bluewaters')
3636
for i in $(seq 4 1 6)
3737
do
3838
pushd .

0 commit comments

Comments
 (0)