Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
IPSL
LMD
InTro
Multiscale Transport
Commits
e203055c
Commit
e203055c
authored
Sep 16, 2021
by
Thomas Dubos
Browse files
Let each XIOS server be on a different node to avoid out-of-memory
parent
9957bd37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
RUN/jeanzay.job
RUN/jeanzay.job
+1
-1
RUN/mpmd.conf
RUN/mpmd.conf
+10
-2
No files found.
RUN/jeanzay.job
View file @
e203055c
...
...
@@ -5,7 +5,7 @@
#
SBATCH
--
job
-
name
=
transport
#
Job
Name
#
SBATCH
--
output
=
Script_Output_transport
.%
j
.
out
#
standard
output
#
SBATCH
--
error
=
Script_Output_transport
.%
j
.
err
#
error
output
#
SBATCH
--
ntasks
=
49
2
#
Number
of
MPI
tasks
#
SBATCH
--
ntasks
=
49
4
#
Number
of
MPI
tasks
#
SBATCH
--
cpus
-
per
-
task
=
1
#
nombre
de
threads
OpenMP
#
SBATCH
--
hint
=
nomultithread
#
1
processus
MPI
par
par
physical
core
(
no
hyperthreading
)
#
SBATCH
--
time
=
60
#
Wall
clock
limit
(
minutes
)
...
...
RUN/mpmd.conf
View file @
e203055c
0
-
489
./
gcm
.
exe
490
-
491
./
xios_server
.
exe
# let each XIOS server be on a separate node
0
./
xios_server
.
exe
001
-
039
./
gcm
.
exe
40
./
xios_server
.
exe
041
-
079
./
gcm
.
exe
80
./
xios_server
.
exe
081
-
119
./
gcm
.
exe
120
./
xios_server
.
exe
121
-
493
./
gcm
.
exe
# 4 XIOS servers => 4+7x7x10 = 494 MPI ranks
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