mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
fixing some issuses of pnetcdf tests in nc_test
This commit is contained in:
parent
f077e4a2a8
commit
be0de4c95c
@ -11,8 +11,8 @@ echo "Testing file created with PnetCDF works when adding variables..."
|
||||
./tst_addvar tst_pnetcdf.nc
|
||||
|
||||
# We assume a min of at least 2 processors is available
|
||||
mpiexec -n 2 ./tst_parallel2
|
||||
@MPIEXEC@ -n 2 ./tst_parallel2
|
||||
|
||||
# These tests work in either serial or parallel builds.
|
||||
mpiexec -n 1 ./t_nc
|
||||
mpiexec -n 1 ./tst_atts3
|
||||
@MPIEXEC@ -n 1 ./t_nc
|
||||
@MPIEXEC@ -n 1 ./tst_atts3
|
||||
|
Loading…
Reference in New Issue
Block a user