Browse Source

also disable fortran example in simgrid mode

Samuel Thibault 10 years ago
parent
commit
8e8f5fa8dc
1 changed files with 2 additions and 0 deletions
  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 +=				\