Apparently the Intel compiler option -xHost (automated architecture dependent vectorization) can cause segmentation faults, at least within ALF. Possible alternatives are -axCORE-AVX2 (vectorization upto AVX2 [ymm-register]) and -axCORE-AVX512 (using the 512 [zmm-]register) both work fine, to the best of our knowledge.
## Job submission
To submit jobs via SLURM, use `ssh username@julia.uni-wuerzburg.de` and then in the directory of your job script use `sbatch <job_script>`.