ministry-of-silly-code / experiment_buddy

GNU Affero General Public License v3.0
9 stars 5 forks source link

extra slurm headers do not overwrite existing slurm headers #120

Closed d3sm0 closed 2 years ago

d3sm0 commented 2 years ago

Suppose we have in the srun_python.sh an header such:

#SBATCH --time=2-00:00

and we add:

#SBATCH --time=12:00:00

The resulting script contains both parameters, but first come first served, and the first parameter will always have a preference.

manuel-delverme commented 2 years ago

They do, is this not happening?

On Wed, Jun 8, 2022, 19:55 d3sm0 @.***> wrote:

Closed #120 https://github.com/ministry-of-silly-code/experiment_buddy/issues/120 as completed.

— Reply to this email directly, view it on GitHub https://github.com/ministry-of-silly-code/experiment_buddy/issues/120#event-6773781827, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ7ZYUSI2PSY5V5H63AV23VOEXFHANCNFSM5XK5BYHA . You are receiving this because you are subscribed to this thread.Message ID: <ministry-of-silly-code/experiment_buddy/issue/120/issue_event/6773781827@ github.com>