Skip to content

Commit cea7d60

Browse files
committed
mention to submit the gpu job to a gpu enabled queue
1 parent e61bba5 commit cea7d60

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

espresso/gpu/job.cpu.pbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
#PBS -N QE-GPU
2121
#PBS -j oe
22-
##PBS -q comp-002-zone-a-production-20160630-cluster-007.exabyte.io
2322
#PBS -l nodes=1
2423
#PBS -l ppn=8
2524
#PBS -l walltime=00:01:00:00

espresso/gpu/job.gpu.pbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
#PBS -N QE-GPU
2121
#PBS -j oe
22-
##PBS -q comp-002-zone-a-production-20160630-cluster-007.exabyte.io
2322
#PBS -l nodes=1
2423
#PBS -l ppn=8
2524
#PBS -l walltime=00:01:00:00

lammps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ License Version 2 (GPLv2).
1212
## Examples
1313

1414
### Energy minimization
15-
An example calculation of energy minimization of two dimensional Lenard-Jones
15+
An example calculation of energy minimization of two dimensional Lennard-Jones
1616
melt is available und [emin](./emin) directory.
1717

1818
### LAMMPS+M3GNet

lammps/emin/job.pbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ module load lammps/12Dec2018-i-14.0.3.174-impi-5.0.2.044
4242
export LAMMPS_EXECUTABLE=lammps
4343

4444
## Uncomment the lines below module to enable the use of GPU-accelerated version
45+
## Also, please submit the job to a GPU enabled queue e.g., `#PBS -q GOF`
4546
# export LAMMPS_EXECUTABLE=lmp
4647
# module load lammps/2022.01.07-g-11.2.0-ompi-4.1.1-cuda-11.5
4748
# cp $PBS_NODEFILE .exabyte/$PBS_JOBID

0 commit comments

Comments
 (0)