7:14:28 AM PST - Sun, Nov 12th 2017 |
|
Quote:Edoapra Nov 10th 9:26 amPlease provide more details about your run: no. of processes used, value of ARMCI_NETWORK, etc ...
Dear Edoapra,
thank you for your help, I guess you need to know how my run-script file looks like, so:
this is it:
- !/bin/bash -l
- SBATCH -J a1_avtz
- SBATCH -C haswell
- SBATCH -p regular
- SBATCH -N 4
- 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
- for Edison which has 24 cores per node
- srun -n 48 nwchem test1.nw >& test1.out
- for Cori which has 32 cores per node:
srun -n 128 nwchem Sc.nw >& Sc.out
|