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
cd0818dd
Commit
cd0818dd
authored
14 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
select/cray: update for patch 09, which tests for Cray binaries 'apbasil' and 'apkill'
Just a suggestion, also updates comment text.
parent
47bf59c1
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
auxdir/x_ac_cray.m4
+4
-5
4 additions, 5 deletions
auxdir/x_ac_cray.m4
with
4 additions
and
5 deletions
auxdir/x_ac_cray.m4
+
4
−
5
View file @
cd0818dd
...
@@ -61,18 +61,17 @@ AC_DEFUN([X_AC_CRAY],
...
@@ -61,18 +61,17 @@ AC_DEFUN([X_AC_CRAY],
fi
fi
# Check that all Cray binaries called by SLURM are in their expected places.
# Check that all Cray binaries called by SLURM are in their expected places.
# On a standard XT/XE installation,
both these have always been
in /usr/bin.
# On a standard XT/XE installation,
apbasil and apkill are normally
in /usr/bin.
for dir in $_x_ac_alps_dirs; do
for dir in $_x_ac_alps_dirs; do
test -d "$dir" || continue
test -d "$dir/bin" || continue
test -d "$dir/bin" || continue
test -
f
"$dir/bin/apbasil" || continue
test -
x
"$dir/bin/apbasil" || continue
test -
f
"$dir/bin/apkill" || continue
test -
x
"$dir/bin/apkill" || continue
_x_ac_alps_install_dir="$dir"
_x_ac_alps_install_dir="$dir"
AC_DEFINE_UNQUOTED(HAVE_ALPS_DIR, "$dir", [Directory in which ALPS has been installed])
AC_DEFINE_UNQUOTED(HAVE_ALPS_DIR, "$dir", [Directory in which ALPS has been installed])
break
break
done
done
if test -z "$_x_ac_alps_install_dir"; then
if test -z "$_x_ac_alps_install_dir"; then
AC_MSG_ERROR([Could not locate apbasil and ap
i
kill executables on Cray system. See --with-alps-dir option.])
AC_MSG_ERROR([Could not locate apbasil and apkill executables on Cray system. See --with-alps-dir option.])
fi
fi
AC_DEFINE(HAVE_3D, 1, [Define to 1 if 3-dimensional architecture])
AC_DEFINE(HAVE_3D, 1, [Define to 1 if 3-dimensional architecture])
...
...
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