Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Details of running condor at Nevis | ||||||||
Line: 148 to 148 | ||||||||
Not all machines in the farm are the same; they have different amounts of memory, disk space, and occasionally even installed libraries. The standardized compiler can help solve this problem. You may also want to set up the standard Nevis environment explicitly in your jobs. If you look at the example described below, you'll see that the shell scripts all contain command such as: | ||||||||
Changed: | ||||||||
< < | # If you're using bash: | |||||||
> > | # The following line is only needed if you're using bash: | |||||||
shopt -s expand_aliases source /usr/nevis/adm/nevis-init.sh | ||||||||
Changed: | ||||||||
< < | setup root geant4 | |||||||
> > | module load root geant4 | |||||||
Finally, don't forget to set initialdir in your condor submit file. |