[torquedev] New snapshot for 3.0.1 TORQUE
Andrey Kaliazin
A.Kaliazin at damtp.cam.ac.uk
Tue Apr 12 06:49:19 MDT 2011
Hi Ken
This snapshot fails to build with cpuset and memacct enabled, simply because the configure script somehow forgets to add the needed
libraries in the Makefiles although it finds them ok:
Makefile:MOMLIBS = -lutil
while it should be (as in 3.0.0 and before)
Makefile:MOMLIBS = -lcpuset -lmemacct -lutil
$ ./configure --build=x86_64-suse-linux-gnu --prefix=/opt/torque/3.0.1-snap.201104092138 \
--bindir=/opt/torque/3.0.1-snap.201104092138/bin --sbindir=/opt/torque/3.0.1-snap.201104092138/sbin \
--libdir=/opt/torque/3.0.1-snap.201104092138/lib --mandir=/opt/torque/3.0.1-snap.201104092138/man \
--with-debug --enable-numa-support --enable-cpuset --enable-libcpuset --enable-memacct \
--enable-align-memory --enable-drmaa --disable-dependency-tracking --disable-spool --enable-blcr \
--with-rcp=/usr/bin/rcp --with-pic --disable-gcc-warnings --enable-pthreads
...
checking whether to enable libcpuset support... checking for cpuset_version in -lcpuset... yes
checking whether to enable memacct support... yes
checking for get_weighted_memory_size in -lmemacct... yes
...
hope it helps,
A
______________________________
Andrey Kaliazin
COSMOS System Manager
DAMTP, University of Cambridge
UK
Ken Nielson wrote:
> Hi all,
>
> There is a new snapshot for 3.0.1 TORQUE. This snapshot fixed a problem with the build.
>
> Please download this if you are using NUMA systems and let us know if you find any problems.
>
> The tarball is located at http://www.clusterresources.com/downloads/torque/snapshots/torque-3.0.1-snap.201104092138.tar.gz
>
> Regards
>
> Ken Nielson
> Adaptive Computing
> _______________________________________________
> torquedev mailing list
> torquedev at supercluster.org
> http://www.supercluster.org/mailman/listinfo/torquedev
More information about the torquedev
mailing list