Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yaxt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dkrz-sw
yaxt
Commits
845ab60a
Commit
845ab60a
authored
7 months ago
by
Thomas Jahns
Browse files
Options
Downloads
Patches
Plain Diff
exchangers: Add Fortran symbols to public export list.
parent
f9412607
No related branches found
No related tags found
1 merge request
!31
Draft: Attempt at fuller exchanger interface
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/xt_config_f.f90
+4
-4
4 additions, 4 deletions
src/xt_config_f.f90
src/yaxt.f90
+2
-0
2 additions, 0 deletions
src/yaxt.f90
with
6 additions
and
4 deletions
src/xt_config_f.f90
+
4
−
4
View file @
845ab60a
...
...
@@ -95,11 +95,11 @@ MODULE xt_config_f
PUBLIC
::
xt_config_set_mem_saving
,
&
xt_config_get_mem_saving
INTEGER
,
PUBLIC
,
PARAMETER
::
&
XT_MT_NONE
=
0
,
&
XT_MT_OPENMP
=
1
xt_mt_none
=
0
,
&
xt_mt_openmp
=
1
INTEGER
,
PUBLIC
,
PARAMETER
::
&
XT_QUICKSORT
=
0
,
&
XT_MERGESORT
=
1
xt_quicksort
=
0
,
&
xt_mergesort
=
1
PUBLIC
::
xt_config_get_xmdd_bucket_gen
,
&
xt_config_set_xmdd_bucket_gen
...
...
This diff is collapsed.
Click to expand it.
src/yaxt.f90
+
2
−
0
View file @
845ab60a
...
...
@@ -67,6 +67,7 @@ MODULE yaxt
xt_config_set_idxvec_autoconvert_size
,
&
xt_config_get_redist_mthread_mode
,
&
xt_config_set_redist_mthread_mode
,
&
xt_mt_none
,
xt_mt_openmp
,
&
xt_config_get_sort_algorithm_id
,
&
xt_config_set_sort_algorithm_by_id
,
&
xt_config_set_mem_saving
,
&
...
...
@@ -250,6 +251,7 @@ MODULE yaxt
xt_config_set_idxvec_autoconvert_size
,
&
xt_config_get_redist_mthread_mode
,
&
xt_config_set_redist_mthread_mode
,
&
xt_mt_none
,
xt_mt_openmp
,
&
xt_config_get_sort_algorithm_id
,
&
xt_config_set_sort_algorithm_by_id
,
&
xt_config_set_mem_saving
,
&
...
...
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