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
aee71a3a
Commit
aee71a3a
authored
Jul 03, 2021
by
Romain Pennel
Browse files
JEANZAY : run nbp=160 in xios server mode
parent
d6856f14
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
81 additions
and
3 deletions
+81
-3
RUN/jeanzay.job
RUN/jeanzay.job
+75
-0
RUN/mpmd.conf
RUN/mpmd.conf
+2
-0
RUN/run.def
RUN/run.def
+3
-3
RUN/xios_server.exe
RUN/xios_server.exe
+1
-0
No files found.
RUN/jeanzay.job
0 → 100644
View file @
aee71a3a
#
!/
bin
/
bash
######################
##
JEANZAY
IDRIS
##
######################
#
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
=
252
#
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
=
30
#
Wall
clock
limit
(
minutes
)
#
SBATCH
--
account
ron
@cpu
##
BATCH_NUM_PROC_TOT
=
$
BRIDGE_SBATCH_NPROC
set
+
x
cd
$
{
SLURM_SUBMIT_DIR
}
echo
$
SLURM_JOB_NODELIST
############################################################
NCPU
=
$
SLURM_NTASKS
echo
$
SLURM_JOB_NODELIST
>
nodelist
.
txt
echo
------------------
JOB
SUMMARY
--------------------------
echo
'SLURM OUT: Job allocated on: '
$
{
NCPU
}
' cpu(s)'
echo
'SLURM OUT: Job running on the following node(s): '
cat
nodelist
.
txt
echo
-------------------------------------------------------
echo
SLURM
OUT
:
Job
running
on
:
$
SLURM_SUBMIT_HOST
#
echo
SLURM
OUT
:
Originating
queue
:
$
SLURM_O_QUEUE
#
echo
SLURM
OUT
:
Executing
queue
:
$
SLURM_QUEUE
echo
SLURM
OUT
:
Work
directory
:
$
SLURM_SUBMIT_DIR
#
echo
SLURM
OUT
:
Execution
mode
:
$
SLURM_ENVIRONMENT
echo
SLURM
OUT
:
Job
identifier
:
$
SLURM_JOBID
echo
SLURM
OUT
:
Job
name
:
$
SLURM_JOB_NAME
echo
SLURM
OUT
:
Node
file
:
$
SLURM_JOB_NODELIST
#
echo
SLURM
OUT
:
Current
home
directory
:
$
SLURM_O_HOME
#
echo
SLURM
OUT
:
PATH
=
$
SLURM_O_PATH
echo
-------------------------------------------------------
export
OMP_NUM_THREADS
=
$
SLURM_CPUS_PER_TASK
#
binding
OpenMP
export
OMP_PLACES
=
cores
export
OMP_STACKSIZE
=
128
M
ulimit
-
s
unlimited
.
../
dynamico
/
arch
.
env
rm
-
rf
gcm
.
log
logs
*.
nc
netcdf
ln
-
s
input
/*.
nc
.
file
-
L
*.
nc
source
$
I_MPI_ROOT
/
intel64
/
bin
/
mpivars
.
sh
release_mt
##
xios
standalone
mode
#
srun
./
gcm
.
exe
>
gcm
.
log
2
>&
1
##
xios
server
mode
srun
--
multi
-
prog
./
mpmd
.
conf
>
gcm
.
log
2
>&
1
>>
gcm
.
log
date
>>
gcm
.
log
mkdir
-
p
netcdf
cp
gcm
.
log
*.
def
netcdf
mv
*.
nc
netcdf
mkdir
-
p
logs
cp
*.
xml
logs
#
cp
-
pr
/
mnt
/
homedafs
-
2.5
/
lov
/
homedata
/
dubos
/
testing
/
build_mpi
/
bin
/
icosa_gcm
.
exe
logs
#
cp
-
pr
/
mnt
/
homedafs
-
2.5
/
lov
/
homedata
/
dubos
/
testing
/
DYNAMICO_git
/
src
logs
mv
xios_client_
*.
err
xios_client_
*.
out
gcm
.
log
logs
RUN/mpmd.conf
0 → 100644
View file @
aee71a3a
0
-
249
./
gcm
.
exe
250
-
251
./
xios_server
.
exe
RUN/run.def
View file @
aee71a3a
...
...
@@ -8,10 +8,10 @@ preff=1e5
time_style=none
#------------- Dynamics ------------
#-------------- Mesh ----------------
nbp=
4
0
nbp=
16
0
optim_it=500
nsplit_i=
2
nsplit_j=
3
nsplit_i=
5
nsplit_j=
5
llm=40
# metric_type=icosa_area
# area_center_lon=135
...
...
RUN/xios_server.exe
0 → 120000
View file @
aee71a3a
../XIOS/bin/xios_server.exe
\ No newline at end of file
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