mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r9077] Purpose:
Correction of the previous check. Description: forget moving "debug #if macro" out of this file. Solution: remove that "#if 0 #endif" macro block. Platforms tested: Compile at eirene Too trivial to test Misc. update:
This commit is contained in:
parent
092105b2a3
commit
188a2cfdc7
@ -411,7 +411,6 @@ int main(int argc, char **argv)
|
||||
TestInit();
|
||||
|
||||
/* Tests are generally arranged from least to most complexity... */
|
||||
#if 0
|
||||
AddTest("mpio_dup", test_fapl_mpio_dup, NULL,
|
||||
"fapl_mpio_dup", NULL);
|
||||
AddTest("mpiposix_dup", test_fapl_mpiposix_dup, NULL,
|
||||
@ -468,7 +467,6 @@ int main(int argc, char **argv)
|
||||
"big dataset test", filenames[7]);
|
||||
AddTest("fillvalue", dataset_fillvalue, NULL,
|
||||
"dataset fill value", filenames[8]);
|
||||
#endif
|
||||
|
||||
if(mpi_size > 24) {
|
||||
if(MAINPROCESS) {
|
||||
|
Loading…
Reference in New Issue
Block a user