Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Liu, Hong
Cades Training
Commits
e50b9bea
Commit
e50b9bea
authored
Jun 17, 2021
by
Liu, Hong
Browse files
Update slurm
parent
2d227562
Changes
1
Hide whitespace changes
Inline
Side-by-side
challenges/slurm/example2/ex2_job_script.pbs
deleted
100644 → 0
View file @
2d227562
#!/bin/bash
#PBS -N spring-training-ex2
#PBS -A birthright-burst
#PBS -W group_list=cades-birthright
#PBS -q batch
#PBS -l qos=burst
#PBS -l nodes=1:ppn=32
#PBS -l mem=10g
#PBS -l walltime=00:10:00
module purge
module load PE-intel
module load QE
cd
$PBS_O_WORKDIR
mpirun pw.x
-in
../data/in
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment