瀏覽代碼

- slightly modify OldFortran section regarding --disable-fortran

Olivier Aumage 8 年之前
父節點
當前提交
9bf461608a
共有 1 個文件被更改,包括 3 次插入2 次删除
  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