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

[Condor-users] Can condor daemon use remote machine's executable?



Dear all,

Is that possible to make use of the executable located in remote computing
nodes?

Say, I have a perl script like:

#!/usr/bin/perl

$fasta = $ARGV[0];

$bindir = "/condor/home/condor/bin";
system("$bindir/blastpgp -i $fasta -d /seq/BLASTDB/pdbaa");

$bindir is the full path which is valid for all joined computing nodes. When
I run this I got following error:

/condor/home/condor/bin/blastpgp: Permission denied

But obviously, I can run above command line as condor if I login to the
remote machine.

Any advice?

Thanks,

Guoli