mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
reduce load of parallel testing
This commit is contained in:
parent
cda773c8db
commit
841c9c35b0
@ -19,7 +19,7 @@ mpiexec -n 1 ./tst_parallel4
|
||||
mpiexec -n 2 ./tst_parallel4
|
||||
mpiexec -n 4 ./tst_parallel4
|
||||
mpiexec -n 8 ./tst_parallel4
|
||||
mpiexec -n 16 ./tst_parallel4
|
||||
#mpiexec -n 16 ./tst_parallel4
|
||||
#mpiexec -n 32 ./tst_parallel4
|
||||
#mpiexec -n 64 ./tst_parallel4
|
||||
echo
|
||||
|
@ -1,6 +1,9 @@
|
||||
/* This is a benchmarking program for netCDF-4 parallel I/O.
|
||||
/* Copyright 2007-2011, UCAR/Unidata. See COPYRIGHT file for copying
|
||||
and redistribution conditions.
|
||||
|
||||
$Id: tst_parallel4.c,v 1.5 2009/08/19 15:58:56 ed Exp $
|
||||
This is part of the netCDF package.
|
||||
|
||||
This is a benchmarking program for netCDF-4 parallel I/O.
|
||||
*/
|
||||
|
||||
/* Defining USE_MPE causes the MPE trace library to be used (and you
|
||||
|
Loading…
Reference in New Issue
Block a user