Skip to content
Snippets Groups Projects
Commit d6f94d8e authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Rename to swiftmpistepsim

Say what it does
parent 44c61b3c
Branches
Tags
No related merge requests found
all: mpistalls all: swiftmpistepsim
mpistalls: mpistalls.c mpiuse.c mpiuse.h atomic.h cycle.h clocks.h clocks.c swiftmpistepsim: swiftmpistepsim.c mpiuse.c mpiuse.h atomic.h cycle.h clocks.h clocks.c
$(CC) -g -O0 -Wall -o mpistalls mpistalls.c mpiuse.c clocks.c -I/usr/include/mpi -lmpi -lpthread $(CC) -g -O0 -Wall -o swiftmpistepsim swiftmpistepsim.c mpiuse.c clocks.c -I/usr/include/mpi -lmpi -lpthread
clean: clean:
rm mpistalls rm swiftmpistepsim
#!/bin/bash -x
gcc -o mpistalls mpistalls.c -I/usr/include/mpi -lmpi -lpthread
exit
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment