mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
9 lines
153 B
Bash
Executable File
9 lines
153 B
Bash
Executable File
set -e
|
|
mpd&
|
|
sleep 2
|
|
mpiexec -n 4 ./f90tst_parallel
|
|
mpiexec -n 4 ./f90tst_parallel2
|
|
mpiexec -n 4 ./f90tst_parallel3
|
|
#mpiexec -n 4 ./f90tst_parallel_fill
|
|
|