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
e5fde73f
Commit
e5fde73f
authored
11 months ago
by
Thomas Jahns
Browse files
Options
Downloads
Patches
Plain Diff
Add performance test of xmap creation via Fortran.
parent
4c508d4e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
perf/Makefile.am
+11
-1
11 additions, 1 deletion
perf/Makefile.am
perf/perf_xmap_create_f.f90
+603
-0
603 additions, 0 deletions
perf/perf_xmap_create_f.f90
with
616 additions
and
2 deletions
.gitignore
+
2
−
1
View file @
e5fde73f
...
...
@@ -37,7 +37,6 @@ Makefile.in
/libtool
/perf/perf_idxsection_get_positions_of_indices_run
/perf/perf_sparse_array_gather_run
/perf/perf_xmap_create
/perf/perf_xmap_create_run
/src/pkgconfig/yaxt.pc
/src/pkgconfig/yaxt_c.pc
...
...
@@ -103,6 +102,8 @@ Makefile
/inst_headers/yaxt.h
/perf/perf_idxsection_get_positions_of_indices
/perf/perf_sparse_array_gather
/perf/perf_xmap_create
/perf/perf_xmap_create_f
/src/mpich_workaround.c
/src/ompi_workaround.c
/src/xtinclude_Makefile.inc
...
...
This diff is collapsed.
Click to expand it.
perf/Makefile.am
+
11
−
1
View file @
e5fde73f
...
...
@@ -47,8 +47,13 @@ EXTRA_PROGRAMS = \
if
with_fortran
EXTRA_PROGRAMS
+=
\
perf_sparse_array_gather
if
xt_fc_hlf_struct_return
EXTRA_PROGRAMS
+=
\
perf_xmap_create_f
endif
endif
noinst_PROGRAMS
=
if
with_perf_programs
noinst_PROGRAMS
+=
$(
EXTRA_PROGRAMS
)
...
...
@@ -64,6 +69,11 @@ perf_sparse_array_gather_LDADD = ../src/libyaxt.la ../src/libyaxt_c.la \
perf_xmap_create_SOURCES
=
perf_xmap_create.c
perf_xmap_create_f_SOURCES
=
perf_xmap_create_f.f90
perf_xmap_create_f_LDADD
=
../src/libyaxt.la ../src/libyaxt_c.la
\
$(
MPI_FC_LIB
)
perf_xmap_create_f.$(OBJEXT)
:
perf_xmap_create_f.f90 ../src/libyaxt.la
AM_CFLAGS
=
-I
../inst_headers
$(
MPI_C_INCLUDE
)
AM_FCFLAGS
=
$(
FC_MOD_FLAG
)
../inst_headers/f90
\
$(
FPP_INCOPT
)
../include
$(
MPI_FC_MOD
)
...
...
@@ -80,7 +90,7 @@ FCCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) \
$(
LIBTOOLFLAGS
)
--mode
=
compile
$(
FC
)
-static
$(
AM_FCFLAGS
)
$(
FCFLAGS
)
clean-local
:
-
rm
-f
*
.
i
-
rm
-f
*
.
$(
FCMODEXT
)
i.
*
.L
*
.i
*
.dbg
-
rm
-rf
*
.dSYM
# When an out-of-source build takes place, the 'distclean' recipe of the
...
...
This diff is collapsed.
Click to expand it.
perf/perf_xmap_create_f.f90
0 → 100644
+
603
−
0
View file @
e5fde73f
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