Hi,

the CondorEnvironment has a requirements argument which is a list of key/value 
tuples. I assume these are combined using a logical AND. Is it also possible to 
have some requirements combined using a logical OR ? In particular, I have used 
the following for our HTCondor environment in my scripts:

requirements = OpSysShortName == "Ubuntu" && (OpSysMajorVer == 12 || 
OpSysMajorVer == 13 || OpSysMajorVer == 14)

(although I would be fine with something like OpSysMajorVer >= 12 instead…)

Further, I also had to set the LD_LIBRARY_PATH in my own condor_submit scripts. 
As my programs run fine on most machines using OpenMOLE without specifying it I 
am wondering if it uses some condor_submit flag that asks it to pass all 
environment variables on ?

environment  = 
LD_LIBRARY_PATH=/homes/as12312/opt/lib64:/homes/as12312/opt/lib:/usr/lib/matlab/R2012a/sys/os:/usr/lib/matlab/R2012a/runtime/glnxa64:/usr/lib/matlab/R2012a/bin/glnxa64

Andreas
_______________________________________________
OpenMOLE-users mailing list
[email protected]
http://fedex.iscpif.fr/mailman/listinfo/openmole-users

Reply via email to