Memory Error
Click here for full thread
Just Got Here
2:32:58 AM PDT - Fri, Aug 2nd 2019
Yes, no problem,
AO basis - number of functions: 9955
number of shells: 5339
Yes, I'm using a single process.
Please find attached here the luncher:
!/bin/bash
SBATCH --ntasks=48
SBATCH --time=12:00:00
SBATCH --cpus-per-task=1
SBATCH --output=slurm%J.out
SBATCH --error=slurm%J.err
module load nwchem
module load fabric
time mpirun nwchem input.nw
Thanks.