[torqueusers] torque-2.1.0p0 link problems on IRIX 6.5
Robert Payne[Contr]
payner at ncifcrf.gov
Wed Jun 14 10:46:51 MDT 2006
The IRIX linker apparently does one pass thru the link
libraries? All I had to do was duplicate the libraries so it
made a second pass. Perhaps a simple reordering of the
libraries would have worked but a simple duplication was
easier.
So in the torque-2.1.0p0/src/server
PBS_LIBS = ../lib/Libattr/libattr.a \
../lib/Libpbs/libtorque.la \
../lib/Libsite/libsite.a
becomes
PBS_LIBS = ../lib/Libattr/libattr.a \
../lib/Libpbs/libtorque.la \
../lib/Libsite/libsite.a \
../lib/Libattr/libattr.a \
../lib/Libpbs/libtorque.la
in resmom I did something similar:
68% diff Makefile /var/tmp/payner/torque-2.1.0p0/src/resmom
142,144c142
< ../lib/Libsite/libsite.a \
< ../lib/Libattr/libattr.a \
< ../lib/Libpbs/libtorque.la -lcpr
---
> ../lib/Libsite/libsite.a
150c148
< LDADD = $(PBS_LIBS) $(MOMLIBS) irix6/libfoo.a $(PBS_LIBS)
---
> LDADD = $(PBS_LIBS) $(MOMLIBS) irix6/libfoo.a
178,180c176
< irix6/libfoo.a ../lib/Libattr/libattr.a \
< ../lib/Libpbs/libtorque.la ../lib/Libsite/libsite.a
<
---
> irix6/libfoo.a
69%
Robert R. Payne [SAIC], Systems Software Specialist
SAIC-Frederick P.O. Box B Bldg 430
Frederick, MD 21702 email: payner at ncifcrf.gov
phone: 301-846-5496 fax: 301-846-5762
----- Original Message -----
From: kamil Marcinkowski
To: Robert Payne[Contr]
Cc: torqueusers at supercluster.org
Sent: Wednesday, June 14, 2006 11:13 AM
Subject: Re: [torqueusers] torque-2.1.0p0 link problems on IRIX 6.5
Hello Robert Payne
I have the same problem compiling the latest
snapshot of torque 2.1.1 as well as torque 2.1.0
on SGI Origin 350 running IRIX 6.5 6.5.28f.
Can you send me information on your manual fix?
Thanks,
Kamil
Kamil Marcinkowski Westgrid System Administrator
kamil at ualberta.ca University of Alberta site
Tel.780 492-0354 Research Computing Support
Fax.780 492-1729 Academic ICT
Edmonton, Alberta, CANADA University of Alberta
"This communication is intended for the use of the recipient to which it is
addressed, and may contain confidential, personal, and/or privileged
information. Please contact us immediately if you are not the intended
recipient of this communication. If you are not the intended recipient of
this communication, do not copy, distribute, or take action on it. Any
communication received in error, or subsequent reply, should be deleted or
destroyed."
On 14-Jun-06, at 7:33 AM, Robert Payne[Contr] wrote:
I don't usually work on IRIX systems but I was asked to update
some IRIX servers using PBS and I found that torque-2.1.0p0
would not build properly however torque-2.0.0p0 seemed to
build OK. In order to get torque-2.1.0p0 to build
I had to manually adjust the link list in the Makefiles. Anyone else had torque-2.1.0p0 problems on IRIX 6.5 systems?
Robert R. Payne [SAIC], Systems Software Specialist
SAIC-Frederick P.O. Box B Bldg 430
Frederick, MD 21702 email: payner at ncifcrf.gov phone: 301-846-5496 fax: 301-846-5762 _______________________________________________
torqueusers mailing list
torqueusers at supercluster.org
http://www.supercluster.org/mailman/listinfo/torqueusers
------------------------------------------------------------------------------
_______________________________________________
torqueusers mailing list
torqueusers at supercluster.org
http://www.supercluster.org/mailman/listinfo/torqueusers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.supercluster.org/pipermail/torqueusers/attachments/20060614/058e55ce/attachment.html
More information about the torqueusers
mailing list