Browse Source

Disable fortran examples in simgrid mode, until we have fixed the main function issue

Samuel Thibault 10 years ago
parent
commit
e6b81e68dc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/Makefile.am

+ 2 - 0
tests/Makefile.am

@@ -290,10 +290,12 @@ noinst_PROGRAMS =				\
 
 if STARPU_HAVE_FC
 if !STARPU_SANITIZE
+if !STARPU_SIMGRID
 noinst_PROGRAMS +=				\
 	fortran90/init_01
 endif
 endif
+endif
 
 if STARPU_LONG_CHECK
 noinst_PROGRAMS +=				\