Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] slurm proxy config problem

OK, I noticed that automake produced and error saying that my autoconf version was incorrect, so I rerean aclocal automake and autoconf,

this time I've got
libproxyclnt.a 
libproxysvr.a

but no ptp_slurm_proxy

if anyone knows what to do before I fix this and reply to myself again, please tell.

:)

JB

-----Original Message-----
From: ptp-user-bounces@xxxxxxxxxxx [mailto:ptp-user-bounces@xxxxxxxxxxx] On Behalf Of Biddiscombe, John A.
Sent: 20 February 2012 10:22
To: ptp-user@xxxxxxxxxxx
Subject: [ptp-user] slurm proxy config problem

I wanted to test the slurm resource manager and so I followed the instructions on the wiki page " SLURM Resource Manager for PTP" at http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.ptp.doc.user%2Fhtml%2Ftoc.html

I've built the utils in the directory
/eclipse/plugins/org.eclipse.ptp.utils_5.0.2.201109070736

then to build the proxy thingy, I've done the automake, autoconf and ./configure  --with-slurm=/apps/eiger/slurm/default
and all seems well until I make, and it tells me that there's no lib proxysvr.

I don't know where to find this one. Any help welcome (I tried removing it frm the link but it gave me a ton of link errors for proxy_ok_event etc etc, so I do need it it seems).

thanks

JB

biddisco@eiger160:~/eclipse/plugins/org.eclipse.ptp.rm.slurm.proxy_5.0.2.201109070736> make make  all-am
make[1]: Entering directory `/users/biddisco/eclipse/plugins/org.eclipse.ptp.rm.slurm.proxy_5.0.2.201109070736'
gcc  -g -O0 -g -O2 -Wall -I../org.eclipse.ptp.utils_5.0.2.201109070736/include -I../org.eclipse.ptp.proxy_5.0.2.201109070736/include -I/apps/eiger/slurm/default/include -g -O0 -L/apps/eiger/slurm/default/lib  -o ptp_slurm_proxy ptp_slurm_proxy-ptp_slurm_proxy.o -lslurm -lpthread -lproxysvr -lutils -lslurm -lutils  -L../org.eclipse.ptp.utils_5.0.2.201109070736 -L../org.eclipse.ptp.proxy_5.0.2.201109070736 -L/apps/eiger/slurm/default/lib
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lproxysvr
collect2: ld returned 1 exit status
make[1]: *** [ptp_slurm_proxy] Error 1
make[1]: Leaving directory `/users/biddisco/eclipse/plugins/org.eclipse.ptp.rm.slurm.proxy_5.0.2.201109070736'
make: *** [all] Error 2

--
John Biddiscombe,                            email:biddisco @ cscs.ch http://www.cscs.ch/ CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07 Via Cantonale, 6928 Manno, Switzerland      | Fax:  +41 (91) 610.82.82


_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


Back to the top