Skip to content

Commit

Permalink
Update neb2sella_submit.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumMisaka committed Sep 24, 2024
1 parent 908e8cd commit e947302
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sella/neb2sella_submit.sh
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#!/bin/bash
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=16
#SBATCH --ntasks=16
#SBATCH --cpus-per-task=4
#SBATCH -J AutoNEB-ABACUS
#SBATCH -J NEB2Sella-ABACUS
#SBATCH -o running_autoneb.out
#SBATCH -e running_autoneb.err
#SBATCH -p C064M0256G
#SBATCH --qos=low
#SBATCH --qos=normal

# JamesMisaka in 2023-11-02
# workflow of abacus-neb2sella method

# in developer's PKU-WM2 server
source /lustre/home/2201110432/apps/miniconda3/bin/activate
conda activate ase
module load abacus/3.7.1-icx
module load abacus/3.7.5-icx

# variable
INIT="STRU_IS"
Expand Down

0 comments on commit e947302

Please sign in to comment.