Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
none
none
titlebatch_script
Batch script goes here ...#!/bin/bash
#SBATCH -J ttZ-LO
#SBATCH -o ttZ-LO.o
#SBATCH -n 1  
#SBATCH -p normal
#SBATCH -t 10:00:00
bin/generate_events <<EOF
0
0
EOF

Then call sbatch batch_script from the output directory. This will go off and run Madgraph on a node somewhere. You can look at the job output by looking at

...