瀏覽代碼

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

Samuel Thibault 10 年之前
父節點
當前提交
e6b81e68dc
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 +=				\