For ther backend slurm. I'm (ab)using a user-hook to be able to add options at
the slurm submission.
For example:
[omatt@lemaitre3 ~]$ cat /home/ucl/cp3/omatt/my_hook.py
def start_hook(*args, **opts):
import easybuild.tools.job.slurm as slurm
class slurm_job(slurm.SlurmJob):
def __init__(self, *args, **opts):
super(slurm_job, self).__init__(*args, **opts)
self.job_specs['partition'] = 'debug'
slurm.SlurmJob = slurm_job
Cheers,
Olivier
On 18 Jan 2019, at 15:07, Alan O'Cais
<[email protected]<mailto:[email protected]>> wrote:
For which backend? That should be do-able with GC3Pie, with the others I don't
think so.
On Fri, 18 Jan 2019 at 14:46, Loris Bennett
<[email protected]<mailto:[email protected]>> wrote:
Hi Alan,
Thanks for the info. Is there any way to specify a `node list? I tried
--job-nodelist
--job-node-list
to no avail (eb: error: no such option)
Cheers,
Loris
Alan O'Cais <[email protected]<mailto:[email protected]>> writes:
> So if you want software1,...,softwareN installed you would just say:
> eb --fetch software1.eb ... softwareN.eb
> eb --job <job options> software1.eb ... softwareN.eb
> then EB will work out the dependencies for everything and parallelise the
> jobs where possible.
--
Dr. Loris Bennett (Mr.)
ZEDAT, Freie Universität Berlin Email
[email protected]<mailto:[email protected]>
--
Dr. Alan O'Cais
E-CAM Software Manager
Juelich Supercomputing Centre
Forschungszentrum Juelich GmbH
52425 Juelich, Germany
Phone: +49 2461 61 5213
Fax: +49 2461 61 6656
E-mail: [email protected]<mailto:[email protected]>
WWW: http://www.fz-juelich.de/ias/jsc/EN
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender),
Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------