From: Augustin Degomme Date: Tue, 30 Oct 2012 14:41:46 +0000 (+0100) Subject: small change for future fortran tests in context folder X-Git-Tag: v3_9_rc1~91^2~140 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/39d21f36107721450bd3f7630afbde683dd19074 small change for future fortran tests in context folder --- diff --git a/teshsuite/smpi/mpich-test/context/runtests b/teshsuite/smpi/mpich-test/context/runtests index e4d0bd2e3e..f85331bd35 100755 --- a/teshsuite/smpi/mpich-test/context/runtests +++ b/teshsuite/smpi/mpich-test/context/runtests @@ -82,13 +82,14 @@ if [ $runtests = 1 ] ; then # # Run Fortran tests ONLY if Fortran available -if [ 0 = 1 ] ; then - RunTest attrtest 2 "*** Testing attributes from Fortran ***" +#no fortran tests compile with smpi at this time +#if [ $have_fortran -eq "1" ] ; then +# #RunTest attrtest 2 "*** Testing attributes from Fortran ***" - if [ $test_mpi2 = 1 ] ; then - RunTest commnamesf 1 "*** Testing Communicator Names from Fortran ***" - fi -fi +# if [ $test_mpi2 = 1 ] ; then +# RunTest commnamesf 1 "*** Testing Communicator Names from Fortran ***" +# fi +#fi #uses attr, not implemented #RunTest attrt 2 "*** Testing attributes ***" #fails, uses MPI_Attr_get, et MPI_Attr_put