Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
HECBioSim Script for Young.
Browse files Browse the repository at this point in the history
  • Loading branch information
owainkenwayucl committed Jul 31, 2020
1 parent d53e680 commit 653ffef
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash -l

#$ -l h_rt=6:00:00
#$ -l mem=4000M
#$ -cwd
#$ -pe mpi 80

#$ -A Test_allocation
#$ -P Free

module load default-modules/2018
module load lammps/7Aug19/userintel/intel-2018

export KMP_BLOCKTIME=0
gerun `which lmp_default` -pk intel 0 omp 1 -sf intel -in benchmark.in.intel

0 comments on commit 653ffef

Please sign in to comment.