Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] libreadline.so.5: cannot open shared object file
- Date: Tue, 18 May 2010 13:58:21 -0500
- From: ychung@xxxxxxxxxxx
- Subject: [Condor-users] libreadline.so.5: cannot open shared object file
Hello,
I tried to submit files on /scratch of bigmem02 (in statistic department),
but I got this error:
/scratch/condor/execute/dir_3140/condor_exec.exe: error while loading
shared libraries: libreadline.so.5: cannot open shared object file: No
such
file or directory
and log:
000 (014.000.000) 05/18 13:28:01 Job submitted from host:
<128.105.109.52:34266>
...
001 (014.000.000) 05/18 13:30:07 Job executing on host:
<128.105.150.122:53999>
...
005 (014.000.000) 05/18 13:30:09 Job terminated.
(1) Normal termination (return value 127)
Usr 0 00:00:00, Sys 0 00:00:00 - Run Remote Usage
Usr 0 00:00:00, Sys 0 00:00:00 - Run Local Usage
Usr 0 00:00:00, Sys 0 00:00:00 - Total Remote Usage
Usr 0 00:00:00, Sys 0 00:00:00 - Total Local Usage
164 - Run Bytes Sent By Job
1386270 - Run Bytes Received By Job
164 - Total Bytes Sent By Job
1386270 - Total Bytes Received By Job
The same thing happened when I tried it on bigmem01 and desk21.
Here is my submit file:
Executable = /afs/cs.wisc.edu/u/y/c/ychung/bin/mbbest2.2
Universe = vanilla
input = mbBest.nex
output = mbBest.log
Log = condor.log
error = condor.error
Requirements = Memory >= 64 && OpSys == "LINUX"
should_transfer_files = YES
when_to_transfer_output = ON_EXIT_OR_EVICT
transfer_input_files = mbBest.nex, sequence_16.nex
Queue
It worked well on AFS with this submit file:
Executable = mbbest2.2
Universe = vanilla
input = mbBest.nex
output = logOut
Requirements = Memory >= 64 && OpSys == "LINUX"
Log = foo.log
Queue
Where is the problem? Do you think bigmem01-02 and desk21 are not
available for using condor? Is there any wrong on my submit file?
Thank you in advance!
Best regards,
Yujin