Closed dmacguigan closed 1 year ago
hi, @dmacguigan
The parameter grid_options
may be helpful. Here is my example.
When grid_options
is set to
grid_options= -A pi_zy --partition cpuQ -q cpuq
, the submit command is
sbatch -D `pwd` -J al_rd2rd_split.sh --cpus-per-task=1 -o al_rd2rd_split.sh.log -A pi_zy --partition cpuQ -q cpuq al_rd2rd_split.sh
Hi @lemene,
Thanks, that did the trick! Might I suggest adding grid_options=
to the config file README?
Thank you for your suggestion. I have added it to README.md
and config.md
Hello,
Is there a way to specify additional flags/options when submitting a PECAT job on a computing cluster? For example, I would need to include some required information specific to my university's cluster, such as:
I assume I could edit the individual scirpts (like
prp_job.sh
), but it would be much easier if I could specify these options in the config file.Here is my config file:
Thanks, Dan