Hi,
I set up HTCondor cluster for team to run O2 jobs and I want to test how it performs. I run o2-sim in parallel universe and I noticed that instead of one simulation executed on two nodes, two simulations executed on each node. Can someone direct me how to run properly job on multiple nodes or if it is not that easily achievable?
Job file:
universe = parallel
machine_count = 2
executable = /home/wpieroza/test/run-o2-job.sh
output = outputfile
error = errorfile
log = logfile
request_cpus = 40
request_memory = 100G
request_disk = 10G
queue
Exec:
source /home/wpieroza/test/o2-job-setup/o2_env.sh
source /home/wpieroza/test/o2-job-setup/o2_token.sh
o2-sim -e TGeant4 -m PIPE FV0 FT0 FDD -j 80 -g pythia8 -n 1000 --field 5 --configKeyValues “Diamond.width[2]=6.;GeneratorPythia8.config=/home/wpieroza/alice/O2/Generators/share/egconfig/pythia8_inel.cfg”