-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.save
12 lines (11 loc) · 1.04 KB
/
Makefile.save
1
2
3
4
5
6
7
8
9
10
11
all:
/home/stahanov/bin/openmpi-5.0.5/bin/mpicc mpi-send-m-msg-s-barrier-s-timer.c -o mpi-send-m-msg-s-barrier-s-timer.out
/home/stahanov/bin/openmpi-5.0.5/bin/mpicc mpi-ssend-m-msg-s-barrier-s-timer.c -o mpi-ssend-m-msg-s-barrier-s-timer.out
/home/stahanov/bin/openmpi-5.0.5/bin/mpicc mpi-ssend-m-msg-s-barrier-m-timer.c -o mpi-ssend-m-msg-s-barrier-m-timer.out
/home/stahanov/bin/openmpi-5.0.5/bin/mpicc mpi-ssend-m-msg-m-barrier-m-timer.c -o mpi-ssend-m-msg-m-barrier-m-timer.out
/home/stahanov/bin/openmpi-5.0.5/bin/mpicc mpi-issend-m-msg-s-barrier-s-timer.c -o mpi-issend-m-msg-s-barrier-s-timer.out
#/home/stahanov/bin/openmpi-5.0.5/bin/mpirun -np 2 mpi-send-m-msg-s-barrier-s-timer.out
#/home/stahanov/bin/openmpi-5.0.5/bin/mpirun -np 2 mpi-ssend-m-msg-s-barrier-s-timer.out
#/home/stahanov/bin/openmpi-5.0.5/bin/mpirun -np 2 mpi-ssend-m-msg-s-barrier-m-timer.out
#/home/stahanov/bin/openmpi-5.0.5/bin/mpirun -np 2 mpi-ssend-m-msg-m-barrier-m-timer.out
#/home/stahanov/bin/openmpi-5.0.5/bin/mpirun -np 2 mpi-issend-m-msg-s-barrier-s-timer.out