Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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




Back to the top