[torqueusers] Different configure lines
Christopher Samuel
samuel at unimelb.edu.au
Mon Jan 14 22:31:38 MST 2013
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 15/01/13 06:27, David Beer wrote:
> As you know we have been in the process of switching TORQUE to compile
> with g++ instead of gcc. As part of this, we're trying to test all of
> the different configure options that people use. If you have a minute,
> can you please send in your configure line? We just want to make sure we
> aren't breaking things.
We use a script for easy automation:
#!/bin/bash
export SRCDIR="$(pwd)"
export PREFIX="/usr/local/$(basename $(pwd) | sed 's#-#/#')"
# --enable-cpuset - turns on Linux cpuset support
# --with-pam - build the Torque PAM module to see if user has job on node
# --with-sched=no - we use Moab, no need to build pbs_sched
./configure --enable-cpuset --prefix=${PREFIX} --with-pam --with-sched=no
- --
Christopher Samuel Senior Systems Administrator
VLSCI - Victorian Life Sciences Computation Initiative
Email: samuel at unimelb.edu.au Phone: +61 (0)3 903 55545
http://www.vlsci.org.au/ http://twitter.com/vlsci
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iEYEARECAAYFAlD06boACgkQO2KABBYQAh/ONQCghwQltXxAfTtREnC6afEOCTCs
kMkAn1XQaChuN5lkhZUDkuQRkexUrkoa
=npTw
-----END PGP SIGNATURE-----
More information about the torqueusers
mailing list