Sfoglia il codice sorgente

- slightly modify OldFortran section regarding --disable-fortran

Olivier Aumage 8 anni fa
parent
commit
9bf461608a
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  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