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
304ab8a9
Commit
304ab8a9
authored
11 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
Modification to recent patch to not build launch/slurm on a BGQ system
(It is good on that system)
parent
58924a56
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/launch/Makefile.am
+10
-9
10 additions, 9 deletions
src/plugins/launch/Makefile.am
src/plugins/launch/Makefile.in
+9
-7
9 additions, 7 deletions
src/plugins/launch/Makefile.in
with
19 additions
and
16 deletions
src/plugins/launch/Makefile.am
+
10
−
9
View file @
304ab8a9
# Makefile for launch plugins
# launch/slurm can be useful for testing on any system type
SUBDIRS
=
slurm
if
REAL_BGQ_LOADED
SUBDIRS
+=
runjob
SUBDIRS
=
runjob
else
# launch/slurm can be useful for testing on any system other type
SUBDIRS
=
slurm
if
HAVE_NRT
SUBDIRS
+=
poe
endif
if
HAVE_CRAY
if
HAVE_REAL_CRAY
SUBDIRS
+=
aprun
endif
if
HAVE_ALPS_EMULATION
SUBDIRS
+=
aprun
endif
if
HAVE_NRT
SUBDIRS
+=
poe
endif
This diff is collapsed.
Click to expand it.
src/plugins/launch/Makefile.in
+
9
−
7
View file @
304ab8a9
...
...
@@ -53,9 +53,9 @@ POST_UNINSTALL = :
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
@REAL_BGQ_LOADED_
TRU
E@
am__append_1
=
runjob
@HAVE_CRAY_TRUE@
am__append_2
=
aprun
@HAVE_
NRT_TRU
E@
am__append_3
=
poe
@HAVE_NRT_TRUE@
@REAL_BGQ_LOADED_
FALS
E@
am__append_1
=
poe
@HAVE_
REAL_
CRAY_TRUE@
@REAL_BGQ_LOADED_FALSE@
am__append_2
=
aprun
@HAVE_
ALPS_EMULATION_TRUE@@REAL_BGQ_LOADED_FALS
E@
am__append_3
=
aprun
subdir
=
src/plugins/launch
DIST_COMMON
=
$(
srcdir
)
/Makefile.am
$(
srcdir
)
/Makefile.in
ACLOCAL_M4
=
$(
top_srcdir
)
/aclocal.m4
...
...
@@ -125,7 +125,7 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
distdir
ETAGS
=
etags
CTAGS
=
ctags
DIST_SUBDIRS
=
slurm
runjob
aprun
poe
DIST_SUBDIRS
=
slurm
poe
aprun
runjob
DISTFILES
=
$(
DIST_COMMON
)
$(
DIST_SOURCES
)
$(
TEXINFOS
)
$(
EXTRA_DIST
)
am__relativize
=
\
dir0
=
`
pwd
`
;
\
...
...
@@ -367,9 +367,11 @@ target_vendor = @target_vendor@
top_build_prefix
=
@top_build_prefix@
top_builddir
=
@top_builddir@
top_srcdir
=
@top_srcdir@
# launch/slurm can be useful for testing on any system type
SUBDIRS
=
slurm
$(
am__append_1
)
$(
am__append_2
)
$(
am__append_3
)
# launch/slurm can be useful for testing on any system other type
@REAL_BGQ_LOADED_FALSE@
SUBDIRS
=
slurm
$(
am__append_1
)
$(
am__append_2
)
\
@REAL_BGQ_LOADED_FALSE@
$(
am__append_3
)
@REAL_BGQ_LOADED_TRUE@
SUBDIRS
=
runjob
$(
am__append_1
)
$(
am__append_2
)
\
@REAL_BGQ_LOADED_TRUE@
$(
am__append_3
)
all
:
all-recursive
.SUFFIXES
:
...
...
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