[torqueusers] again: trouble on hp/ux 11i v2 itanium
Mike Coyne
Mike.Coyne at PACCAR.com
Tue Feb 23 06:38:43 MST 2010
HI ,
I also ran into this issue you are describing a while back , what I
found was a problem in pbs_log.c regarding time functions.
For some reason even though the headers are in place the time function
was getting broken, you may want to try this<pbs_log.diff> ,
I also had some problems with strerror_r etc. which you must have
already fixed, I attached what I did in misc.diff probably similar to
what you did as well.. When I compiled mine I used CPPFLAGS="-Ae
-D_LARGEFILE64_SOURCE" CC="cc +DD64" and used the setenv from
libiberty.a
I hope I rembered enough to be of help
Mike Coyne
diff -Nrc torque_gss-2.4.3/src/lib/Liblog/pbs_log.c
torque_gss-2.4.3_ab/src/lib/Liblog/pbs_log.c
*** torque_gss-2.4.3/src/lib/Liblog/pbs_log.c 2009-11-11
09:39:19.000000000 -0600
--- torque_gss-2.4.3_ab/src/lib/Liblog/pbs_log.c 2009-12-15
12:21:39.000000000 -0600
***************
*** 165,171 ****
char *pbuf) /* O (minsize=1024) */
{
!
struct tm *ptm;
struct tm tmpPtm;
time_t time_now;
--- 165,171 ----
char *pbuf) /* O (minsize=1024) */
{
! extern struct tm *localtime_r(const time_t *timer, struct tm *result);
struct tm *ptm;
struct tm tmpPtm;
time_t time_now;
________________________________
From: torqueusers-bounces at supercluster.org
[mailto:torqueusers-bounces at supercluster.org] On Behalf Of JONNAERT
Therese Marie
Sent: Tuesday, February 23, 2010 2:52 AM
To: 'torqueusers at supercluster.org'
Subject: [torqueusers] again: trouble on hp/ux 11i v2 itanium
Hi,
I have post this problem few month ago, but we don't receive any
solutions to resolve it.
To day we use torque (for a long time) version 2.18 on hpux 11i v2
itanium
we want to upgrade our torque system to a newer version, and we have
some troubles
like the system is an itanium we have to compil withe the +DD64 option,
but after that we are unable to initialize the pbs-server , we get a
core with memory fault
Does anyone have an idea or have the same problem
Now, It's very urgent
thank for your help
therese-marie
________________________________
Ce message et toutes les pieces jointes (ci-apres le "message") est
etabli a l'intention exclusive de ses destinataires et est confidentiel.
Si vous recevez ce message par erreur, merci d'en avertir l'expediteur
et de detruire le message.
Toute diffusion ou publication, totale ou partielle, est interdite, sauf
autorisation expresse de l'emetteur.
L'integrite de ce message n'est pas assuree sur Internet, et son contenu
ne peut engager la responsabilite de COFIDIS s'il a ete altere ou
falsifie.
COFIDIS vous remercie de votre attention.
-----------------------------------------------------
This message and any attachments (the "message") is intended solely for
the adressees and is confidential. If you receive this message in error,
please notify the sender and delete the message.
Any dissemination or disclosure, either whole or partial, is prohibited
except formal approval of the sender.
Integrity of this message is not guaranteed through the Internet, and
its content cannot bind COFIDIS if altered or falsified.
-----------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.supercluster.org/pipermail/torqueusers/attachments/20100223/fe2e7d7a/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 15492 bytes
Desc: image002.gif
Url : http://www.supercluster.org/pipermail/torqueusers/attachments/20100223/fe2e7d7a/attachment-0001.gif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 3781 bytes
Desc: image001.jpg
Url : http://www.supercluster.org/pipermail/torqueusers/attachments/20100223/fe2e7d7a/attachment-0001.jpe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pbs_log.diff
Type: application/octet-stream
Size: 623 bytes
Desc: pbs_log.diff
Url : http://www.supercluster.org/pipermail/torqueusers/attachments/20100223/fe2e7d7a/attachment-0002.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: misc.diff
Type: application/octet-stream
Size: 2895 bytes
Desc: misc.diff
Url : http://www.supercluster.org/pipermail/torqueusers/attachments/20100223/fe2e7d7a/attachment-0003.obj
More information about the torqueusers
mailing list