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
mpim-sw
libcdi
Commits
8f4a9419
Commit
8f4a9419
authored
Feb 02, 2012
by
Uwe Schulzweida
Browse files
namespace: cleanup
parent
b4779091
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/namespace.c
View file @
8f4a9419
...
...
@@ -11,7 +11,7 @@ static int activeNamespace = 0;
static
int
serialHLF
=
1
;
static
int
*
hasLocalFiles
=
&
serialHLF
;
static
int
serialRS
=
STAGE_DEFINITION
;
static
statusCode
*
resStatus
=
&
serialRS
;
static
statusCode
*
resStatus
=
(
statusCode
*
)
&
serialRS
;
enum
{
intbits
=
sizeof
(
int
)
*
CHAR_BIT
,
...
...
@@ -72,7 +72,9 @@ void namespaceInit ( int nspn, int * argHasLocalFile )
{
#ifdef USE_MPI
int
nspID
;
xassert
(
nspn
<=
NUM_NAMESPACES
&&
nspn
>=
1
);
nNamespaces
=
nspn
;
if
(
nspn
>=
1
)
{
...
...
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