Hi,<br><br>I was trying to build MOAB with parallel support but met some problems. The prerequisites were successfully built, including MPI, HDF5, SZIP, ZLIB, NETCDF. HDF5 and NETCDF were both configured with parallel support.<br>
Here are the commands I had used:<br><br>[tiantian@vis-pc2 trunk]$ ./configure --prefix=/home/tiantian/ITL_MOAB/trunk/gcc --with-mpi=/home/tiantian/mpich2-install --with-netcdf=/home/tiantian/ITL_MOAB/netcdf-4.1.3/gcc --with-hdf5=/home/tiantian/ITL_MOAB/hdf5-1.8.7/gcc --with-zlib=/home/tiantian/zlib-1.2.5 --with-szip=/home/tiantian/szip-2.1 --disable-debug 2&gt;&amp;1 | tee configure.log<br>
<br>[tiantian@vis-pc2 trunk]$ make 2&gt;&amp;1 | tee make.log<br>tiantian@vis-pc2 trunk]$ make check 2&gt;&amp;1 | tee make.check.log<br><br>The error during make check is:<br>make  check-TESTS<br>make[3]: Entering directory `/home/tiantian/ITL_MOAB/trunk/test/parallel&#39;<br>
make[4]: Entering directory `/home/tiantian/ITL_MOAB/trunk/test/parallel&#39;<br>PASS: pcomm_unit<br>FAIL: parallel_unit_tests<br>PASS: uber_parallel_test<br>FAIL: scdtest<br>PASS: pcomm_serial<br>FAIL: parallel_hdf5_test<br>
PASS: mhdf_parallel<br>PASS: parallel_write_test<br>================================<br>3 of 8 tests failed<br>See test/parallel/test-suite.log<br>================================<br><br>configure log, make log, make check log and test-suite.log are all attached. Please take a look and point to me where went wrong.<br>
<br>btw. I had configured MOAB with no mpi support, the make check and make install succeeded. Is it possible the error with parallel test occur because my machine does not have parallel hardware? I was hoping MOAB could perform simulation to parallel read/write.<br>
<br>Thank you very much. I appreciate your help!<br><br>Tiantian <br><br><br>