Explorar o código

also disable fortran example in simgrid mode

Samuel Thibault %!s(int64=10) %!d(string=hai) anos
pai
achega
8e8f5fa8dc
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      examples/Makefile.am

+ 2 - 0
examples/Makefile.am

@@ -261,11 +261,13 @@ STARPU_EXAMPLES +=				\
 	sched_ctx/parallel_code
 endif
 
+if !STARPU_SIMGRID
 if STARPU_HAVE_F77_H
 STARPU_EXAMPLES +=				\
 	basic_examples/vector_scal_fortran	\
 	fortran/hello
 endif
+endif
 
 if !STARPU_HAVE_WINDOWS
 STARPU_EXAMPLES +=				\