HIPS / Spearmint

Spearmint Bayesian optimization codebase
Other
1.55k stars 328 forks source link

Fixed SLURM scheduling #104

Open gidim opened 7 years ago

gidim commented 7 years ago

SLURM scheduling wasn't working for me for a few reasons:

  1. It was necessary to set up a few slurm variable before launching a job (user,account,modules)
  2. drmaa segfaulted on our cluster. I replaced it with a native command that does the same.