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
7439f6c8
Commit
7439f6c8
authored
10 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Improve cray config messages
No change in logic. Just make error messages more uniform and complete
parent
9c843364
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
auxdir/x_ac_cray.m4
+3
-3
3 additions, 3 deletions
auxdir/x_ac_cray.m4
configure
+3
-3
3 additions, 3 deletions
configure
with
6 additions
and
6 deletions
auxdir/x_ac_cray.m4
+
3
−
3
View file @
7439f6c8
...
...
@@ -139,7 +139,7 @@ AC_DEFUN([X_AC_CRAY],
]]
)],
[have_cray_files="yes"],
[AC_MSG_ERROR(There is a problem linking to the Cray
api.
)])
[AC_MSG_ERROR(There is a problem linking to the Cray
API
)])
# See if we have 5.2UP01 alpscomm functions
AC_SEARCH_LIBS([alpsc_pre_suspend],
...
...
@@ -159,7 +159,7 @@ AC_DEFUN([X_AC_CRAY],
]]
)],
[have_cray_files="yes"],
[AC_MSG_ERROR(There is a problem linking to the Cray API
.
)])
[AC_MSG_ERROR(There is a problem linking to the Cray API)])
fi
LIBS="$saved_LIBS"
...
...
@@ -169,7 +169,7 @@ AC_DEFUN([X_AC_CRAY],
done
if test -z "$have_cray_files"; then
AC_MSG_ERROR([Unable to locate Cray API
dir install.
(usually in /opt/cray)])
AC_MSG_ERROR([Unable to locate Cray API
s
(usually in /opt/cray
/alpscomm and /opt/cray/job
)])
else
if test "$ac_have_native_cray" = "yes"; then
AC_MSG_NOTICE([Running on a Cray system in native mode without ALPS])
...
...
This diff is collapsed.
Click to expand it.
configure
+
3
−
3
View file @
7439f6c8
...
...
@@ -22181,7 +22181,7 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"; then :
have_cray_files="yes"
else
as_fn_error $? "There is a problem linking to the Cray
api.
" "$LINENO" 5
as_fn_error $? "There is a problem linking to the Cray
API
" "$LINENO" 5
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
...
...
@@ -22267,7 +22267,7 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"; then :
have_cray_files="yes"
else
as_fn_error $? "There is a problem linking to the Cray API
.
" "$LINENO" 5
as_fn_error $? "There is a problem linking to the Cray API" "$LINENO" 5
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
...
...
@@ -22280,7 +22280,7 @@ rm -f core conftest.err conftest.$ac_objext \
done
if test -z "$have_cray_files"; then
as_fn_error $? "Unable to locate Cray API
dir install.
(usually in /opt/cray)" "$LINENO" 5
as_fn_error $? "Unable to locate Cray API
s
(usually in /opt/cray
/alpscomm and /opt/cray/job
)" "$LINENO" 5
else
if test "$ac_have_native_cray" = "yes"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: Running on a Cray system in native mode without ALPS" >&5
...
...
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