X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/74918c47be88cd2219fe969626a3127c16b41e57..39d21f36107721450bd3f7630afbde683dd19074:/teshsuite/smpi/mpich-test/context/runtests 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