Skip to content

Commit 1444b07

Browse files
committed
Update ORCA example for tritonV3
1 parent cb30fd7 commit 1444b07

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

triton/examples/orca/orca_example.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,17 @@
55
#SBATCH --mem=2G
66
#SBATCH --output=orca_example.out
77

8-
module load orca/4.2.1-openmpi
8+
# remove any existing modules
9+
module purge
10+
# load the open-mpi library
11+
module load openmpi/4.1.2
12+
# load orca module
13+
module load orca/5.0.3
914

15+
# remove old outputs
1016
rm -f water*
1117

18+
# create an example input
1219
cat > water.inp << EOF
1320
!HF
1421
!DEF2-SVP

0 commit comments

Comments
 (0)