test/H5BlockTestAttributes.c

- main()
		* declaration of var "nprocs" added
This commit is contained in:
2006-09-20 21:03:42 +00:00
parent 9647274842
commit 65470f307b
+2
View File
@@ -405,6 +405,8 @@ main (
MPI_Comm comm = MPI_COMM_WORLD;
#ifdef PARALLEL_IO
int nprocs;
MPI_Init( &argc, &argv );
MPI_Comm_size ( comm, &nprocs );
MPI_Comm_rank( comm, &myproc );