Skip to content
Snippets Groups Projects
Commit ca83c45d authored by Lars Jitschin's avatar Lars Jitschin
Browse files

Example-adjustment

In response to a user report, I adjusted the example for Gaussian to be using less memory, as Gaussian appears to crash otherwise.
parent e3d70882
No related branches found
No related tags found
2 merge requests!849Automated merge from preview to main,!836Example-adjustment (Gaussian)
......@@ -128,6 +128,8 @@ However hereafter we have an example on how that might look like for Gaussian:
#SBATCH --ntasks=1
#SBATCH --constraint=fs_lustre_ssd
#SBATCH --cpus-per-task=24
#SBATCH --mem-per-cpu 2050
# only 2050 MB RAM for haswell, as Gaussian somehow crashes if we try using the full 2541 of it
# Load the software you need here
module purge
......
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