Add hercules manager (issue due to SIGILL signal)

This commit is contained in:
gmatteo 2017-11-12 17:53:57 +01:00
parent e62440fa85
commit faf4f11b05
2 changed files with 34 additions and 1 deletions

View File

@ -0,0 +1,33 @@
# hercules hardware: http://www.ceci-hpc.be/clusters.html#hercules
hardware: &hardware
num_nodes: 65
sockets_per_node: 2
cores_per_socket: 8
mem_per_node: 54Gb
job: &job
mpi_runner: mpirun
shell_env:
PATH: "/home/gmatteo/git_repos/abinit/_build_hercules.ac/src/98_main/:$PATH"
modules:
- impi/5.1.3.181-iccifort-2016.3.210-GCC-5.4.0-2.26
- imkl/11.3.3.210-iimpi-2016b
# pre_run is a string in verbatim mode (note |)
pre_run: |
ulimit unlimited
# queues
qadapters:
- priority: 1
queue:
qtype: slurm
#qname: defq
limits:
timelimit: 0-00:30:00
min_cores: 1
max_cores: 12
min_mem_per_proc: 1000
max_mem_per_proc: 2000
max_num_launches: 10
hardware: *hardware
job: *job

View File

@ -9,7 +9,7 @@ import abipy.abilab as abilab
import abipy.flowtk as flowtk
def make_scf_nscf_inputs(paral_kgb=1):
def make_scf_nscf_inputs(paral_kgb=0):
"""Returns two input files: GS run and NSCF on a high symmetry k-mesh."""
pseudos = abidata.pseudos("14si.pspnc")
#pseudos = data.pseudos("Si.GGA_PBE-JTH-paw.xml")