Concrete examples of machine configuration
ToDo!
machines.yml
hsuper:
remote: "hsuper-login.hsu-hh.de"
home_path_template: "/beegfs/home/m/$username"
batch_header: slurm-hsuper
job_dispatch: "sbatch"
stat: "squeue -u $username --Format=jobid,state,account,timeleft,timeused,username --noheader"
cancel_job_command: "scancel"
prevent_results_overwrite: "warn_only"
modules:
mamico: ["load python"]