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
a1263370
"README.rst" did not exist on "cfa0d20cd414d0cd1f3aa33808034a118dda318e"
Commit
a1263370
authored
15 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
fix for compiling srun on a real bluegene system
parent
31d9e6ad
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/srun/debugger.h
+9
-0
9 additions, 0 deletions
src/srun/debugger.h
with
9 additions
and
0 deletions
src/srun/debugger.h
+
9
−
0
View file @
a1263370
...
@@ -42,11 +42,20 @@
...
@@ -42,11 +42,20 @@
* DO NOT change the name of this structure or its fields. The debugger knows
* DO NOT change the name of this structure or its fields. The debugger knows
* them, and will be confused if you change them.
* them, and will be confused if you change them.
*/
*/
#ifdef HAVE_BG_FILES
/* On bluegene systems the below structure is defined here so as to
* not confict with allocate.c including this file we will just use the
* definition there instead of defining it here.
*/
# include "src/plugins/select/bluegene/wrap_rm_api.h"
#else
typedef
struct
{
typedef
struct
{
char
*
host_name
;
/* Something we can pass to inet_addr */
char
*
host_name
;
/* Something we can pass to inet_addr */
char
*
executable_name
;
/* The name of the image */
char
*
executable_name
;
/* The name of the image */
int
pid
;
/* The pid of the process */
int
pid
;
/* The pid of the process */
}
MPIR_PROCDESC
;
}
MPIR_PROCDESC
;
#endif
/* Array of procdescs for debugging purposes */
/* Array of procdescs for debugging purposes */
extern
MPIR_PROCDESC
*
MPIR_proctable
;
extern
MPIR_PROCDESC
*
MPIR_proctable
;
...
...
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