Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
762cd22e
Commit
762cd22e
authored
11 years ago
by
Ralph Castain
Committed by
Morris Jette
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove vestiges of OpenMPI from PMI2 client
parent
0a0436d7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
contribs/pmi2/pmi2_util.c
+0
-2
0 additions, 2 deletions
contribs/pmi2/pmi2_util.c
contribs/pmi2/pmi2_util.h
+10
-14
10 additions, 14 deletions
contribs/pmi2/pmi2_util.h
doc/html/team.shtml
+2
-2
2 additions, 2 deletions
doc/html/team.shtml
with
12 additions
and
18 deletions
contribs/pmi2/pmi2_util.c
+
0
−
2
View file @
762cd22e
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
#include
<string.h>
#include
<string.h>
#include
<errno.h>
#include
<errno.h>
/* #include "orte/mca/errmgr/errmgr.h" */
#include
"pmi2_util.h"
#include
"pmi2_util.h"
#define MAXVALLEN 1024
#define MAXVALLEN 1024
...
@@ -119,7 +118,6 @@ int PMI2U_writeline(int fd, char *buf) {
...
@@ -119,7 +118,6 @@ int PMI2U_writeline(int fd, char *buf) {
if
(
n
<
0
)
{
if
(
n
<
0
)
{
PMI2U_printf
(
"write_line error; fd=%d buf=:%s:"
,
fd
,
buf
);
PMI2U_printf
(
"write_line error; fd=%d buf=:%s:"
,
fd
,
buf
);
ORTE_PMI_ERROR
(
-
1
,
"system msg for write_line failure"
);
return
(
-
1
);
return
(
-
1
);
}
}
if
(
n
<
size
)
if
(
n
<
size
)
...
...
This diff is collapsed.
Click to expand it.
contribs/pmi2/pmi2_util.h
+
10
−
14
View file @
762cd22e
...
@@ -7,17 +7,9 @@
...
@@ -7,17 +7,9 @@
#ifndef PMI2UTIL_H_INCLUDED
#ifndef PMI2UTIL_H_INCLUDED
#define PMI2UTIL_H_INCLUDED
#define PMI2UTIL_H_INCLUDED
/* #include "orte/mca/errmgr/errmgr.h" */
#include
<stdio.h>
#include
<stdio.h>
#include
<stdlib.h>
#include
<stdlib.h>
#ifdef DEBUG
#define opal_output(level, x...) do{printf(x);}while(0)
#else
#define opal_output(level, x...)
#endif
#define ORTE_PMI_ERROR(err, msg) do{printf(msg); exit(err);}while(0)
/* maximum sizes for arrays */
/* maximum sizes for arrays */
#define PMI2_MAXLINE 1024
#define PMI2_MAXLINE 1024
#define PMI2_IDSIZE 32
#define PMI2_IDSIZE 32
...
@@ -36,12 +28,16 @@
...
@@ -36,12 +28,16 @@
#endif
#endif
#if (1)
#if (1)
#define PMI2U_printf(x...) do { \
#define PMI2U_printf(x...) do { \
char logstr[1024]; \
char logstr[1024]; \
snprintf(logstr, 1024, x); \
if (NULL == x) { \
opal_output(0, "[%s (%d): %s] %s\n", \
snprintf(logstr, 1024, "N/A"); \
__FILE__, __LINE__, __FUNCTION__, logstr); \
} else { \
} while (0)
snprintf(logstr, 1024, x); \
} \
fprintf(stderr, "[%s (%d): %s] %s\n", \
__FILE__, __LINE__, __FUNCTION__, logstr); \
} while (0)
#else
#else
#define PMI2U_printf(x...)
#define PMI2U_printf(x...)
#endif
#endif
...
...
This diff is collapsed.
Click to expand it.
doc/html/team.shtml
+
2
−
2
View file @
762cd22e
...
@@ -47,7 +47,7 @@ Lead Slurm developers are:
...
@@ -47,7 +47,7 @@ Lead Slurm developers are:
<li>Thomas Cadeau (Bull)</li>
<li>Thomas Cadeau (Bull)</li>
<li>Hongjia Cao (National University of Defense Technology, China)</li>
<li>Hongjia Cao (National University of Defense Technology, China)</li>
<li>Jimmy Cao (Greenplum/EMC)</li>
<li>Jimmy Cao (Greenplum/EMC)</li>
<li>Ralph Castain (Los Alamos National Laboratory
, Greenplum/EMC
)</li>
<li>Ralph Castain (
Intel, Greenplum/EMC,
Los Alamos National Laboratory)</li>
<li>François Chevallier (CEA)</li>
<li>François Chevallier (CEA)</li>
<li>Daniel Christians (HP)</li>
<li>Daniel Christians (HP)</li>
<li>Gilles Civario (Bull)</li>
<li>Gilles Civario (Bull)</li>
...
@@ -172,6 +172,6 @@ Lead Slurm developers are:
...
@@ -172,6 +172,6 @@ Lead Slurm developers are:
<!-- INDIVIDUALS, PLEASE KEEP IN ALPHABETICAL ORDER -->
<!-- INDIVIDUALS, PLEASE KEEP IN ALPHABETICAL ORDER -->
</ul>
</ul>
<p style="text-align:center;">Last modified
1
October 2013</p>
<p style="text-align:center;">Last modified
9
October 2013</p>
<!--#include virtual="footer.txt"-->
<!--#include virtual="footer.txt"-->
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