Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MSc Climate Modeling Lab S2025 Code4Students
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aiko Voigt
MSc Climate Modeling Lab S2025 Code4Students
Commits
39081b36
Commit
39081b36
authored
1 year ago
by
Voigt Aiko
Browse files
Options
Downloads
Patches
Plain Diff
Adss Intel MPI processing pinning to amip run script
parent
5ea323df
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
runs/amip/exp.amip.run
+7
-4
7 additions, 4 deletions
runs/amip/exp.amip.run
with
7 additions
and
4 deletions
runs/amip/exp.amip.run
+
7
−
4
View file @
39081b36
...
...
@@ -10,7 +10,7 @@
#SBATCH --output=/home/fs72044/avoigt_teach/climlab_s2024/msc-climmodlab-s2024/runs/amip/logfiles/LOG.exp.amip.run.%j.o
#SBATCH --error=/home/fs72044/avoigt_teach/climlab_s2024/msc-climmodlab-s2024/runs/amip/logfiles/LOG.exp.amip.run.%j.o
#SBATCH --exclusive
#SBATCH --time=0
0:1
0:00
#SBATCH --time=0
2:3
0:00
#SBATCH --mail-user=aiko.voigt@univie.ac.at
#SBATCH --mail-type=BEGIN,END,FAIL
...
...
@@ -22,13 +22,16 @@ ulimit -s unlimited # unsets limits for RAM
no_of_nodes
=
3
mpi_procs_pernode
=
48
((
mpi_total_procs
=
no_of_nodes
*
mpi_procs_pernode
))
# manual fix for mpi pinning with intel mpirun on vsc
# see https://wiki.vsc.ac.at/doku.php?id=doku:vsc5quickstart#intel_mpi
export
I_MPI_PIN_RESPECT_CPUSET
=
0
#
# blocking length
# ---------------
nproma
=
16
#=============================================================================
# Input variables:
...
...
@@ -246,7 +249,7 @@ cat > NAMELIST_atm << EOF
ltransport = .true. ! transport
iforcing = 2 ! 0: none, 1: HS, 2: ECHAM, 3: NWP
output = 'nml'
msg_level =
12
! level of details report during integration
msg_level =
8
! level of details report during integration
restart_filename = 'AMIP-VSC4_restart_atm_<rsttime>.nc'
activate_sync_timers = .true.
/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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