mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r2785] ./hdf5/tools/h5ls.c
* 2000-10-31 Robb Matzke <matzke@llnl.gov> (main) Backed out last change -- h5ls is a serial application and is never run with mpirun.
This commit is contained in:
parent
b5389be3aa
commit
189ed5eb75
@ -1923,11 +1923,6 @@ main (int argc, char *argv[])
|
||||
static char root_name[] = "/";
|
||||
char drivername[50];
|
||||
|
||||
#ifdef HAVE_PARALLEL
|
||||
MPI_Init(&argc, &argv);
|
||||
atexit(MPI_Finalize);
|
||||
#endif
|
||||
|
||||
/* Build display table */
|
||||
DISPATCH(H5G_DATASET, "Dataset", H5Dopen, H5Dclose,
|
||||
dataset_list1, dataset_list2);
|
||||
|
Loading…
Reference in New Issue
Block a user