Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ed9fd28c authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

avoid talking about the Fortran interface which should be be updated first

parent cb42f7cb
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# Copyright (C) 2017 Inria # Copyright (C) 2017 Inria
# See the file ../users_guide.org for copying conditions. # See the file ../users_guide.org for copying conditions.
Chameleon is written in C, it provides an interface to be called from Chameleon is written in C and depends on a couple of external
Fortran and depends on a couple of external libraries that must be libraries that must be installed on the system.
installed on the system. # , it provides an interface to be called from Fortran
Chameleon can be built and installed by the standard means of [[http://www.cmake.org/][CMake]]. Chameleon can be built and installed by the standard means of [[http://www.cmake.org/][CMake]].
General information about CMake, as well as installation binaries and General information about CMake, as well as installation binaries and
......
# This file is part of the Chameleon User's Guide. # This file is part of the Chameleon User's Guide.
# Copyright (C) 2017 Inria # Copyright (C) 2017 Inria
# See the file ../users_guide.org for copying conditions. # See the file ../users_guide.org for copying conditions.
#+OPTIONS: tex:t
** Linking an external application with Chameleon libraries ** Linking an external application with Chameleon libraries
Compilation and link with Chameleon libraries have been tested with Compilation and link with Chameleon libraries have been tested with
...@@ -76,7 +75,7 @@ ...@@ -76,7 +75,7 @@
export LD_LIBRARY_PATH=path/to/libs:path/to/chameleon/lib export LD_LIBRARY_PATH=path/to/libs:path/to/chameleon/lib
#+end_src #+end_src
*** Build a Fortran program with Chameleon *** Build a Fortran program with Chameleon :noexport:
Chameleon provides a Fortran interface to user functions. Example: Chameleon provides a Fortran interface to user functions. Example:
#+begin_src #+begin_src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment