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
bab32f55
Commit
bab32f55
authored
19 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
test 64 bit install
parent
6c796bbe
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_bgl.m4
+8
-7
8 additions, 7 deletions
auxdir/x_ac_bgl.m4
with
8 additions
and
7 deletions
auxdir/x_ac_bgl.m4
+
8
−
7
View file @
bab32f55
...
@@ -30,22 +30,23 @@ AC_DEFUN([X_AC_BGL],
...
@@ -30,22 +30,23 @@ AC_DEFUN([X_AC_BGL],
# Search for required BGL API libraries in the directory
# Search for required BGL API libraries in the directory
if test -z "$have_bgl_ar" -a -f "$bgl_dir/lib/bglbootload.a" -a -f "$bgl_dir/lib/bglsp440supt.a" ; then
if test -z "$have_bgl_ar" -a -f "$bgl_dir/lib/bglbootload.a" -a -f "$bgl_dir/lib/bglsp440supt.a" ; then
if test ! -f "$bgl_dir/lib/libbglbridge.a" ; then
if test ! -f "$bgl_dir/lib
64
/libbglbridge
_s
.a" ; then
# Establish a link as required. Libtool requires the "lib" prefix
# Establish a link as required. Libtool requires the "lib" prefix
# to function properly. See
# to function properly. See
# "How to use --whole-archive arg with libtool"
# "How to use --whole-archive arg with libtool"
# http://www.mail-archive.com/libtool@gnu.org/msg02792.html
# http://www.mail-archive.com/libtool@gnu.org/msg02792.html
AC_MSG_ERROR([$bgl_dir/lib/libbglbridge.a is required and does not exist])
AC_MSG_ERROR([$bgl_dir/lib
64
/libbglbridge
_s
.a is required and does not exist])
fi
fi
have_bgl_ar=yes
have_bgl_ar=yes
bgl_ldflags="$bgl_ldflags -Wl,-rpath $bgl_dir/lib -Wl,-L$bgl_dir/lib -Wl,-whole-archive -Wl,-lbglbridge -Wl,-no-whole-archive $bgl_dir/lib/bglbootload.a $bgl_dir/lib/bglsp440supt.a -lsaymessage -lbgldb -lbglmachine -ltableapi -lexpat -lbglsp"
bgl_ldflags="$bgl_ldflags -Wl,-rpath $bgl_dir/lib64 -Wl,-L$bgl_dir/lib64 -Wl,-whole-archive -Wl,-lbglbridge_s -Wl,-no-whole-archive $bgl_dir/lib/bglbootload.a $bgl_dir/lib/bglsp440supt.a -lsaymessage -lbgldb -lbglmachine -ltableapi -Wl,-rpath /usr/lib64 -L/usr/lib64 -lexpat"
fi
fi
# Search for required DB2 library in the directory
# Search for required DB2 library in the directory
if test -z "$have_db2" -a -f "$bgl_dir/lib/libdb2.so" ; then
if test -z "$have_db2" -a -f "$bgl_dir/lib
64
/libdb2.so" ; then
have_db2=yes
have_db2=yes
bgl_ldflags="$bgl_ldflags -Wl,-rpath $bgl_dir/lib -L$bgl_dir/lib -ldb2"
bgl_ldflags="$bgl_ldflags -Wl,-rpath $bgl_dir/lib
64
-L$bgl_dir/lib
64
-ldb2"
fi
fi
# Search for headers in the directory
# Search for headers in the directory
...
@@ -54,7 +55,7 @@ AC_DEFUN([X_AC_BGL],
...
@@ -54,7 +55,7 @@ AC_DEFUN([X_AC_BGL],
bgl_includes="-I$bgl_dir/include"
bgl_includes="-I$bgl_dir/include"
fi
fi
done
done
if test ! -z "$have_bgl_ar" -a ! -z "$have_bgl_hdr" -a ! -z "$have_db2" ; then
if test ! -z "$have_bgl_ar" -a ! -z "$have_bgl_hdr" -a ! -z "$have_db2" ; then
AC_DEFINE(HAVE_BGL, 1, [Define to 1 if emulating or running on Blue Gene system])
AC_DEFINE(HAVE_BGL, 1, [Define to 1 if emulating or running on Blue Gene system])
AC_DEFINE(HAVE_FRONT_END, 1, [Define to 1 if running slurmd on front-end o
AC_DEFINE(HAVE_FRONT_END, 1, [Define to 1 if running slurmd on front-end o
...
...
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