CCSD(T) - error for scandium (quartet) energy calculation


Click here for full thread
Forum Vet
use 4 processes
NWChem 6.6 contains a bug that makes the (T) part crash when the run is oversubscribed (i.e. you are using too many processors). Please just four processors as in the example below
#!/bin/bash -l
SBATCH -J a1_avtz
SBATCH -C haswell
SBATCH -p regular
SBATCH -N 1
SBATCH -t 05:00:00
SBATCH -o Sc.o%j
SBATCH --mail-type=BEGIN,END,FAIL
SBATCH --mail-user=nothez@mail.com
module load nwchem
srun -n 4 nwchem Sc.nw >& Sc.out