[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:
Robb Matzke 2000-10-31 15:51:58 -05:00
parent b5389be3aa
commit 189ed5eb75

View File

@ -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);