Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
ed9fd28c
Commit
ed9fd28c
authored
Sep 13, 2017
by
PRUVOST Florent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avoid talking about the Fortran interface which should be be updated first
parent
cb42f7cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
doc/orgmode/chapters/installing.org
doc/orgmode/chapters/installing.org
+3
-3
doc/orgmode/chapters/using.org
doc/orgmode/chapters/using.org
+1
-2
No files found.
doc/orgmode/chapters/installing.org
View file @
ed9fd28c
...
...
@@ -2,9 +2,9 @@
# Copyright (C) 2017 Inria
# See the file ../users_guide.org for copying conditions.
Chameleon is written in C
, it provide
s
a
n
interface to be called from
Fortran and depends on a couple of external libraries that must be
installed on the system.
Chameleon is written in C
and depend
s
o
n
a couple of external
libraries that must be 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]].
General information about CMake, as well as installation binaries and
...
...
doc/orgmode/chapters/using.org
View file @
ed9fd28c
# This file is part of the Chameleon User's Guide.
# Copyright (C) 2017 Inria
# See the file ../users_guide.org for copying conditions.
#+OPTIONS: tex:t
** Linking an external application with Chameleon libraries
Compilation and link with Chameleon libraries have been tested with
...
...
@@ -76,7 +75,7 @@
export LD_LIBRARY_PATH=path/to/libs:path/to/chameleon/lib
#+end_src
*** Build a Fortran program with Chameleon
*** Build a Fortran program with Chameleon
:noexport:
Chameleon provides a Fortran interface to user functions. Example:
#+begin_src
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment