[torqueusers] Different configure lines
Troy Baer
tbaer at utk.edu
Mon Jan 14 12:42:35 MST 2013
On Mon, 2013-01-14 at 12:27 -0700, 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.
At NICS, it varies quite a bit based on TORQUE version and system
architecture. Here are our configure lines for recent builds of TORQUE
4.1.x:
# GPU cluster
export VERSION=4.1.2
./configure --prefix=/opt/torque/$VERSION \
--includedir=/opt/torque/$VERSION/include \
--disable-gcc-warnings \
--with-server-home=/var/spool/torque \
--enable-docs \
--disable-rpp \
--disable-shell-pipe \
--enable-shell-use-argv \
--enable-acct-x \
--with-sched=no \
--x-libraries=/usr/X11R6/lib64 \
--enable-nvidia-gpus \
--with-tcp-retry-limit=2 \
--with-pam=/lib64/security \
--enable-munge-auth \
--enable-drmaa \
--with-debug
# Cray XE/XK
export VERSION=4.1.3
export CFLAGS="-DTXT"
./configure --prefix=/opt/torque/$VERSION \
--with-server-home=/var/spool/torque \
--enable-docs \
--disable-rpp \
--with-sched=no \
--enable-acct-x \
--disable-drmaa \
--with-tcp-retry-limit=2 \
--enable-syslog \
--enable-maxdefault \
--disable-shell-pipe \
--enable-shell-use-argv \
--enable-munge-auth \
--with-job_create \
--disable-gcc-warnings \
--includedir=/opt/torque/$VERSION/include \
--with-debug
# SGI UV10/UV1000 (NUMA)
export VERSION=4.1.2
export CFLAGS="-I/opt/hwloc/default/include -DTXT"
export LDFLAGS="-L/opt/hwloc/default/lib -lhwloc"
export LD_LIBRARY_PATH="/opt/hwloc/default/lib:$LD_LIBRARY_PATH"
./configure --prefix=/opt/torque/$VERSION \
--disable-gcc-warnings \
--with-server-home=/var/spool/torque \
--enable-munge-auth \
--disable-rpp \
--enable-cpuset \
--enable-numa-support \
--enable-docs \
--disable-shell-pipe --enable-shell-use-argv \
--enable-acct-x \
--disable-blcr \
--disable-cpa \
--disable-csa \
--enable-job-create \
--with-sched=no \
--with-hwloc-path=/opt/hwloc/default \
--enable-server \
--enable-mom \
--enable-clients \
--enable-drmaa \
--x-libraries=/usr/X11R6/lib64
--Troy
--
Troy Baer, Senior HPC System Administrator
National Institute for Computational Sciences, University of Tennessee
http://www.nics.tennessee.edu/
Phone: 865-241-4233
More information about the torqueusers
mailing list