Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CHiPS
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
external
CHiPS
Commits
c54553f8
Commit
c54553f8
authored
5 years ago
by
seth
Browse files
Options
Downloads
Patches
Plain Diff
adds file batch_small.slurm for running small case of code Smilei on Irene-amd
parent
586fc9b4
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Smilei/machines/irene-amd/batch_small.slurm
+26
-0
26 additions, 0 deletions
Smilei/machines/irene-amd/batch_small.slurm
with
26 additions
and
0 deletions
Smilei/machines/irene-amd/batch_small.slurm
+
26
−
0
View file @
c54553f8
#!/bin/bash
#MSUB -r tst_small # job name
#MSUB -N 50 # number of nodes to use
#MSUB -n 200 # number of tasks
#MSUB -c 16 # number of threads per task to use
#MSUB -T 10800 # max walltime in seconds. default=7200
#MSUB -m scratch # file system
#MSUB -e error_%I.e # error output
#MSUB -o output_%I.o
#MSUB -A tgcc0090 # project
#MSUB -q rome #partition of machine
## Set the working dir to the dir in which the submission was called.
source
env_amd
export
OMP_NUM_THREADS
=
$SLURM_CPUS_PER_TASK
export
KMP_AFFINITY
=
granularity
=
fine,compact,1,0,verbose
mkdir
-p
small_output
cd
small_output
#ccc_mprun --mpi=pmi2 -K1 -m block:block -c $SLURM_CPUS_PER_TASK --resv-ports -n $SLURM_NTASKS $EXE ../test.py
ccc_mprun
$EXE
../test.py
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment