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

Re: [Condor-users] Win32 Version more questions(Newbie)




You can use the USER_JOB_WRAPPER:

http://www.cs.wisc.edu/condor/manual/v6.6.7/3_3Configuration.html#9044

It's going to get executed by cmd.exe, but then you could exec 4NT and
map whatever drives you want.



Ah - I was mistaken - I interpretted the docs as saying this was unix only (since they explicity mention exec() and fork()).

Perhaps adding a windows example to the docs might be in order?


Erik pointed to the 6.6.7 manual, but actually in the latest 6.6 manual, it acknowledges that USER_JOB_WRAPPER also works on Windows (and has for some time). In addition, the manual also has an example in the FAQ:

http://www.cs.wisc.edu/condor/manual/v6.6/7_4Condor_on.html#21271

enjoy,
Colin