Restart imidazole 10 nodes
This commit is contained in:
parent
236b6c2098
commit
af91b05984
@ -1,6 +1,6 @@
|
||||
#!/bin/bash -x
|
||||
#SBATCH -N 1 # 1 noeud
|
||||
#SBATCH -n 1 # 1 processus
|
||||
#SBATCH -N 10 # 1 noeud
|
||||
#SBATCH -n 10 # 1 processus
|
||||
#SBATCH -c 36 # 36 coeurs
|
||||
|
||||
INPUT=$1
|
||||
@ -14,4 +14,4 @@ qp set determinants n_states 1
|
||||
qp set determinants read_wf True
|
||||
qp set determinants s2_eig False
|
||||
qp set determinants n_det_max 1e8
|
||||
qp run fci > ${INPUT}.restart.nofci.out
|
||||
qp srun fci > ${INPUT}.restart2.nofci.out
|
||||
|
Loading…
Reference in New Issue
Block a user