Browse Source

- slightly modify OldFortran section regarding --disable-fortran

Olivier Aumage 8 years ago
parent
commit
9bf461608a
1 changed files with 3 additions and 2 deletions
  1. 3 2
      doc/doxygen/chapters/450_native_fortran_support.doxy

+ 3 - 2
doc/doxygen/chapters/450_native_fortran_support.doxy

@@ -216,8 +216,9 @@ Basically, the main FORTRAN code calls some C wrapper functions to
 submit tasks to StarPU. Then, when StarPU starts a task, another C
 wrapper function calls the FORTRAN routine for the task.
 
-Note that you will have to disable the native support through the
-configure option \ref disable-fortran "--disable-fortran".
+Note that this marshalled FORTRAN support remains available even
+when specifying configure option \ref disable-fortran "--disable-fortran"
+(which only disables StarPU's native Fortran layer).
 
 \subsection APIMIX Valid API Mixes and Language Mixes