Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
fb2c10ac
Commit
fb2c10ac
authored
Oct 06, 2017
by
Matthieu Schaller
Browse files
Use LL instead of ll for the long long suffix of literals.
parent
ff7f35ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parallel_io.c
View file @
fb2c10ac
...
...
@@ -52,7 +52,7 @@
#include
"xmf.h"
/* The current limit of ROMIO (the underlying MPI-IO layer) is 2GB */
#define HDF5_PARALLEL_IO_MAX_BYTES 2000000000
ll
#define HDF5_PARALLEL_IO_MAX_BYTES 2000000000
LL
/**
* @brief Reads a data array from a given HDF5 group.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment