Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dkrz-sw
yaxt
Commits
5bb87391
Commit
5bb87391
authored
Jun 15, 2020
by
Thomas Jahns
🤸
Browse files
Elide wrapper call.
parent
c306de8c
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
src/xt_redist_f.f90
View file @
5bb87391
This diff is collapsed.
Click to expand it.
src/xt_xmap_f.f90
View file @
5bb87391
...
...
@@ -209,7 +209,7 @@ CONTAINS
END
FUNCTION
xt_xmap_all2all_new_f
END
INTERFACE
xmap
=
xt_xmap_c2f
(
xt_xmap_all2all_new_f
(
src_idxlist
,
dst_idxlist
,
comm
)
)
xmap
%
cptr
=
xt_xmap_all2all_new_f
(
src_idxlist
,
dst_idxlist
,
comm
)
END
FUNCTION
xt_xmap_all2all_new
FUNCTION
xt_xmap_all2all_custom_new
(
src_idxlist
,
dst_idxlist
,
comm
,
config
)
&
...
...
@@ -233,8 +233,8 @@ CONTAINS
END
FUNCTION
xt_xmap_all2all_custom_new_f
END
INTERFACE
xmap
=
xt_xmap_c2f
(
xt_xmap_all2all_custom_new_f
(
src_idxlist
,
dst_idxlist
,
&
comm
,
config
)
)
xmap
%
cptr
=
xt_xmap_all2all_custom_new_f
(
src_idxlist
,
dst_idxlist
,
&
comm
,
config
)
END
FUNCTION
xt_xmap_all2all_custom_new
FUNCTION
xt_xmap_dist_dir_new
(
src_idxlist
,
dst_idxlist
,
comm
)
RESULT
(
xmap
)
...
...
@@ -255,7 +255,7 @@ CONTAINS
END
FUNCTION
xt_xmap_dist_dir_new_f
END
INTERFACE
xmap
=
xt_xmap_c2f
(
xt_xmap_dist_dir_new_f
(
src_idxlist
,
dst_idxlist
,
comm
)
)
xmap
%
cptr
=
xt_xmap_dist_dir_new_f
(
src_idxlist
,
dst_idxlist
,
comm
)
END
FUNCTION
xt_xmap_dist_dir_new
FUNCTION
xt_xmap_dist_dir_custom_new
(
src_idxlist
,
dst_idxlist
,
comm
,
config
)
&
...
...
@@ -278,8 +278,8 @@ CONTAINS
TYPE
(
c_ptr
)
::
xmap_ptr
END
FUNCTION
xt_xmap_dist_dir_custom_new_f
END
INTERFACE
xmap
=
xt_xmap_c2f
(
xt_xmap_dist_dir_custom_new_f
(
src_idxlist
,
dst_idxlist
,
&
comm
,
config
)
)
xmap
%
cptr
=
xt_xmap_dist_dir_custom_new_f
(
src_idxlist
,
dst_idxlist
,
&
comm
,
config
)
END
FUNCTION
xt_xmap_dist_dir_custom_new
FUNCTION
xt_xmap_dist_dir_intercomm_new
(
src_idxlist
,
dst_idxlist
,
&
...
...
@@ -302,8 +302,8 @@ CONTAINS
END
FUNCTION
xt_xmap_dist_dir_intercomm_new_f
END
INTERFACE
xmap
=
xt_xmap_c2f
(
xt_xmap_dist_dir_intercomm_new_f
(
src_idxlist
,
&
dst_idxlist
,
inter_comm
,
intra_comm
)
)
xmap
%
cptr
=
xt_xmap_dist_dir_intercomm_new_f
(
src_idxlist
,
&
dst_idxlist
,
inter_comm
,
intra_comm
)
END
FUNCTION
xt_xmap_dist_dir_intercomm_new
FUNCTION
xt_xmap_dist_dir_intercomm_custom_new
(
src_idxlist
,
dst_idxlist
,
&
...
...
@@ -329,8 +329,8 @@ CONTAINS
END
FUNCTION
xt_xmap_dist_dir_intercomm_custom_new_f
END
INTERFACE
xmap
=
xt_xmap_c2f
(
xt_xmap_dist_dir_intercomm_custom_new_f
(
src_idxlist
,
&
dst_idxlist
,
inter_comm
,
intra_comm
,
config
)
)
xmap
%
cptr
=
xt_xmap_dist_dir_intercomm_custom_new_f
(
src_idxlist
,
&
dst_idxlist
,
inter_comm
,
intra_comm
,
config
)
END
FUNCTION
xt_xmap_dist_dir_intercomm_custom_new
FUNCTION
xt_xmap_get_num_destinations
(
xmap
)
RESULT
(
num
)
...
...
Write
Preview
Supports
Markdown
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