X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fc3419efe4d92bfa202543376995977c6a3171e9..19676e284575c2ab70cc36622fdf1837a513ba27:/teshsuite/smpi/mpich-test/context/runtests diff --git a/teshsuite/smpi/mpich-test/context/runtests b/teshsuite/smpi/mpich-test/context/runtests index c676a16b55..a71d79c84a 100755 --- a/teshsuite/smpi/mpich-test/context/runtests +++ b/teshsuite/smpi/mpich-test/context/runtests @@ -82,20 +82,20 @@ 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 #RunTest attrerr 1 "*** Testing attributes (2) ***" -#TODO : fails with unions, excludes or intersections, need debug in smpi to work -#RunTest grouptest_mpich 4 "*** Testing Groups ***" +RunTest grouptest_mpich 4 "*** Testing Groups ***" RunTest groupcreate 4 "*** Testing Group creation ***"