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
sct
Commits
d7a3bd8b
Commit
d7a3bd8b
authored
May 02, 2018
by
Hendryk Bockelmann
☕
Browse files
do not define fallback for MPI_Comm since this might cause side effects when linking against HDF5
parent
d7c6367b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sct_mach.h
View file @
d7a3bd8b
...
...
@@ -103,13 +103,6 @@ static int inline omp_get_max_threads() { return 1; }
// MPI:
#ifdef HAVE_MPI
# include <mpi.h>
#else
/*! \brief fall back definitions if we don't have MPI:
use int for communicator */
typedef
int
MPI_Comm
;
enum
{
MPI_COMM_WORLD
};
enum
{
MPI_COMM_SELF
};
enum
{
MPI_DOUBLE
};
#endif
//public-
...
...
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