1
vote
0answers
121 views

Set total memory limit with Torque

I run a moderately sized cluster and I am having a queue problem. For example I have a node with 128GB of memory and a program that I set the amount of memory per core. So for example if I set memory ...
0
votes
0answers
42 views

Can I delete my configuration files after submitting a job?

If I submit a set of jobs using PBS in this way: for f in configfiles do qsub [options] ./script.sh $f done Can I remove the config files as soon as the job has been submitted, e.g.: for f in ...