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
darshan
darshan
Commits
abd86aad
Commit
abd86aad
authored
Nov 05, 2020
by
Glenn K. Lockwood
Committed by
Shane Snyder
Nov 05, 2020
Browse files
support compilation with --without-mpi and --enable-mmap-logs
parent
6119f8a0
Changes
1
Show whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-core.c
View file @
abd86aad
...
...
@@ -778,7 +778,10 @@ static void *darshan_init_mmap_log(struct darshan_core_runtime* core, int jobid)
(
void
)
gethostname
(
hname
,
sizeof
(
hname
));
logmod
=
darshan_hash
((
void
*
)
hname
,
strlen
(
hname
),
hlevel
);
}
#ifdef HAVE_MPI
if
(
using_mpi
)
PMPI_Bcast
(
&
logmod
,
1
,
MPI_UINT64_T
,
0
,
core
->
mpi_comm
);
#endif
/* construct a unique temporary log file name for this process
* to write mmap log data to
...
...
Write
Preview
Markdown
is supported
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