Skip to content
Snippets Groups Projects
Unverified Commit f64a1225 authored by Lars Bilke's avatar Lars Bilke
Browse files

Update computer.

Fix eve working directory, add envinf5.
parent 52123232
No related branches found
No related tags found
No related merge requests found
---
label: "envinf5"
hostname: "141.65.34.55"
transport: "core.ssh"
scheduler: "core.direct"
work_dir: "/home/{username}/.aiida_run"
mpirun_command: "mpirun -np {tot_num_mpiprocs}"
mpiprocs_per_machine: "16"
prepend_text:
...@@ -3,7 +3,7 @@ label: "eve" ...@@ -3,7 +3,7 @@ label: "eve"
hostname: "frontend2.eve.ufz.de" hostname: "frontend2.eve.ufz.de"
transport: "core.ssh" transport: "core.ssh"
scheduler: "core.slurm" scheduler: "core.slurm"
work_dir: "/work/{username}/.aiida_run" work_dir: "/work/bilke/.aiida_run"
mpirun_command: "srun" # "mpirun -np {tot_num_mpiprocs}" mpirun_command: "srun" # "mpirun -np {tot_num_mpiprocs}"
mpiprocs_per_machine: "28" mpiprocs_per_machine: "28"
prepend_text: prepend_text:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment