[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Troubleshoot Phenix MR_Rosetta+Condor



Hi Dmitry,
  Just specify the executable, no need for the absolute path.

regards,

On Thu, Sep 6, 2012 at 11:43 AM, Dmitry Rodionov <dmitry.rodionov@xxxxxxxxxxxxxx> wrote:
Good day!
I am new to Condor, and I am trying to submit a Phenix MR_Rosetta job to a Condor pool.
Sadly, the scripts generated by Phenix won't run producing something like this:

Submitting job(s)
ERROR: No such directory: /Volumes/condor/Sht1/MR_ROSETTA_5/GROUP_OF_PLACE_MODEL_1/"/Volumes/condor/Sht1/MR_ROSETTA_5/GROUP_OF_PLACE_MODEL_1"

I am guessing that my problem is trivial, however I can't figure out what is wrong.

sample description file:

Universe = vanilla
Error = err.log
Output = out.log
Requirements = Memory > 256
copy_to_spool = False
Initialdir = "/Volumes/condor/Sht1/MR_ROSETTA_5/GROUP_OF_PLACE_MODEL_1"
Executable = "/Volumes/condor/Sht1/MR_ROSETTA_5/GROUP_OF_PLACE_MODEL_1/RUN_FILE_2.sh"
Queue


sample script looks like this and runs locally just fine:

#!/bin/sh
cd "/Volumes/condor/Sht1/MR_ROSETTA_5/GROUP_OF_PLACE_MODEL_1"
pwd
export PATH=/usr/local/phenix-dev-1148/build/mac-intel-osx-x86_64/bin:/usr/local/phenix-dev-1148/build/mac-intel-osx-x86_64/bin:/usr/local/phenix-dev-1148/build/mac-intel-osx-x86_64/bin:/usr/bin:/bin:/usr/sbin:/sbin
phenix.mr_rosetta "/Volumes/condor/Sht1/MR_ROSETTA_5/GROUP_OF_PLACE_MODEL_1/PARAMS_2.eff" write_run_directory_to_file="/Volumes/condor/Sht1/MR_ROSETTA_5/GROUP_OF_PLACE_MODEL_1/INFO_FILE_2" > "/Volumes/condor/Sht1/MR_ROSETTA_5/GROUP_OF_PLACE_MODEL_1/RUN_FILE_2".log  2>&1

The NFS share "condor" is mounted on all the nodes and the environment is identical.

Could somebody point me in the right direction?

Thanks!
Dmitry

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/