Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
ed9fd28c
Commit
ed9fd28c
authored
7 years ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/orgmode/chapters/installing.org
+3
-3
3 additions, 3 deletions
doc/orgmode/chapters/installing.org
doc/orgmode/chapters/using.org
+1
-2
1 addition, 2 deletions
doc/orgmode/chapters/using.org
with
4 additions
and
5 deletions
doc/orgmode/chapters/installing.org
+
3
−
3
View file @
ed9fd28c
...
@@ -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 provide
s
a
n
interface to be called from
Chameleon is written in C
and depend
s
o
n
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 diff is collapsed.
Click to expand it.
doc/orgmode/chapters/using.org
+
1
−
2
View file @
ed9fd28c
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment