| Hello. I'm trying to run a program called Root using Condor. First, I'll explain the configuration of our machines. We have 13 machines and one of them is central manager. All data needed is shared by NFS so that all machines have the same /home and /data folders. NIS is also set and Condor is installed individually. Based on the tutorial ------------------------------------- ########################
# Submit description file for mathematica
########################
executable = mathematica
universe = vanilla
input = test.data
output = test.out
error = test.error
log = test.log
queue |