Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UEABS
ueabs
Commits
e0539b57
Commit
e0539b57
authored
Feb 25, 2019
by
Andrew Emerson
Browse files
Mare Nostrum job templates
parent
5848957d
Changes
4
Hide whitespace changes
Inline
Side-by-side
quantum_espresso/MareNostrum/job
0 → 100644
View file @
e0539b57
#!/bin/bash
#SBATCH -N1
#SBATCH --job-name=ausurf-1
#SBATCH --tasks-per-node=48
##SBATCH --cpus-per-task=1
#SBATCH --time=1:00:00
#SBATCH --output=trace-1.out
export
OMP_NUM_THREADS
=
1
QE_HOME
=
$HOME
/q-e-qe-6.3
start_time
=
$(
date
+
"%s"
)
srun
$QE_HOME
/bin/pw.x
-npool
2
-ndiag
16
-input
ausurf.in
end_time
=
$(
date
+
"%s"
)
walltime
=
$((
$end_time
-
$start_time
))
echo
"walltime
$walltime
"
quantum_espresso/MareNostrum/job-merge
0 → 100644
View file @
e0539b57
#!/bin/bash
#SBATCH -N1
#SBATCH --job-name=ausurf-1
#SBATCH --tasks-per-node=10
##SBATCH --cpus-per-task=1
#SBATCH --time=30:00
export
OMP_NUM_THREADS
=
1
QE_HOME
=
$HOME
/q-e-qe-6.3
start_time
=
$(
date
+
"%s"
)
${
EXTRAE_HOME
}
/bin/mpi2prv
-f
TRACE.mpits
-e
$QE_HOME
/bin/pw.x
-o
trace.prv
end_time
=
$(
date
+
"%s"
)
walltime
=
$((
$end_time
-
$start_time
))
echo
"walltime
$walltime
"
quantum_espresso/MareNostrum/job-trace
0 → 100644
View file @
e0539b57
#!/bin/bash
#SBATCH -N1
#SBATCH --job-name=ausurf-1
#SBATCH --tasks-per-node=48
##SBATCH --cpus-per-task=1
#SBATCH --time=1:00:00
#SBATCH --output=trace-1.out
export
OMP_NUM_THREADS
=
1
QE_HOME
=
$HOME
/q-e-qe-6.3
module load gcc/7.2.0
module load extrae
start_time
=
$(
date
+
"%s"
)
srun ./trace.sh
$QE_HOME
/bin/pw.x
-npool
2
-ndiag
16
-input
ausurf.in
end_time
=
$(
date
+
"%s"
)
walltime
=
$((
$end_time
-
$start_time
))
echo
"walltime
$walltime
"
quantum_espresso/MareNostrum/trace.sh
0 → 100755
View file @
e0539b57
#!/bin/bash
export
EXTRAE_HOME
=
/apps/BSCTOOLS/extrae/3.6.1/impi_2017_4
export
EXTRAE_CONFIG_FILE
=
extrae.xml
export
LD_PRELOAD
=
${
EXTRAE_HOME
}
/lib/libmpitrace.so
## Run the desired program
$*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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