New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
jobaps_irene.sh on Developers/Validation/trunk_perfs/do_trunk_perfs – Attachment – NEMO

Developers/Validation/trunk_perfs/do_trunk_perfs: jobaps_irene.sh

File jobaps_irene.sh, 418 bytes (added by smasson, 3 years ago)
Line 
1#!/bin/bash
2#MSUB -r jobaps
3#MSUB -n 48
4#MSUB -T 1800
5#MSUB -e %I.eo
6#MSUB -o %I.eo
7#MSUB -j oe
8#MSUB -x
9#MSUB -q skylake
10#MSUB -A gen6895
11#==========================================
12set -u
13#
14
15cd ${BRIDGE_MSUB_PWD}
16
17rm -f mesh_mask* layout.dat* time.step* run.stat* ocean.output* mpp.output* *_restart_*nc output.namelist.* tracer.stat*
18
19module load  vtune/20.0.4
20
21ccc_mprun -n ${BRIDGE_MSUB_NPROC} aps ./nemo
22
23exit
24