[mpich2-commits] r4045 - mpich2/trunk/src/mpi/romio/test

robl at mcs.anl.gov robl at mcs.anl.gov
Thu Mar 12 17:20:41 CDT 2009


Author: robl
Date: 2009-03-12 17:20:41 -0500 (Thu, 12 Mar 2009)
New Revision: 4045

Modified:
   mpich2/trunk/src/mpi/romio/test/runtests.in
Log:
found a situation where we would not build these tests


Modified: mpich2/trunk/src/mpi/romio/test/runtests.in
===================================================================
--- mpich2/trunk/src/mpi/romio/test/runtests.in	2009-03-12 22:19:51 UTC (rev 4044)
+++ mpich2/trunk/src/mpi/romio/test/runtests.in	2009-03-12 22:20:41 UTC (rev 4045)
@@ -273,14 +273,17 @@
 $mpirun -np 4 ./noncontig_coll2 -fname $FILENAME
 # CheckOutput noncontig_coll2
 CleanExe noncontig_coll2
+MakeExe aggregation1
 echo '**** Testing aggregation1 ****'
 $mpirun -np 4 ./aggregation1 -h -f $FILENAME
 # CheckOutput aggregation1
 CleanExe aggregation1
+MakeExe aggregation2
 echo '**** Testing aggregation2 ****'
 $mpirun -np 4 ./aggregation2 $FILENAME
 # CheckOutput aggregation2
 CleanExe aggregation2
+MakeExe hindexed
 echo '**** Testing hindexed ****'
 $mpirun -np 4 ./hindexed $FILENAME
 # CheckOutput hindexed



More information about the mpich2-commits mailing list