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
529c37f4
Commit
529c37f4
authored
5 years ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
doc:orgmode fix references to subsections
parent
5fe41d5b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/orgmode/chapters/using.org
+3
-3
3 additions, 3 deletions
doc/orgmode/chapters/using.org
with
3 additions
and
3 deletions
doc/orgmode/chapters/using.org
+
3
−
3
View file @
529c37f4
...
...
@@ -219,14 +219,14 @@
and tile layouts. It is the standard interface of Chameleon and
it should achieved better performance than the previous
simplest interface. The data are given through a specific
structure called a descriptor, see [[sec:tut
e
o_step2][Step2]].
structure called a descriptor, see [[sec:tuto_step2][Step2]].
* *CHAMELEON_name_Tile_Async*: similar to the tile interface, it avoids
synchonization barrier normally called between *Tile* routines.
At the end of an *Async* function, completion of tasks is not
guaranteed and data are not necessarily up-to-date. To ensure
that tasks have been all executed, a synchronization function
has to be called after the sequence of *Async* functions, see
[[tuto_step4][Step4]].
[[
sec:
tuto_step4][Step4]].
CHAMELEON routine calls have to be preceded from
#+begin_src
...
...
@@ -394,7 +394,7 @@
(1-D array column-major) if *CHAMELEON_Desc_Create* is used to create
the descriptor. The *CHAMELEON_Desc_Create_User* function can be used
if you have data organized differently. This is discussed in
the next paragraph [[sec
_
tuto_step3][Step3]]. Giving a *NULL* pointer means you let
the next paragraph [[sec
:
tuto_step3][Step3]]. Giving a *NULL* pointer means you let
the function allocate memory space. This requires to copy your
data in the memory allocated by the *Desc_Create. This can be
done with
...
...
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