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.
X64_CURIE_cron.sh in branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/batch – NEMO

source: branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/batch/X64_CURIE_cron.sh @ 8780

Last change on this file since 8780 was 8780, checked in by nicolasmartin, 6 years ago

Push modifications from functional Trusting in Curie HPC

  • Property svn:executable set to *
File size: 212 bytes
Line 
1#!/bin/bash
2
3##Config ccc_msub
4#MSUB -A  gen0826
5#MSUB -r  NEMO_Trust
6#MSUB -o  NEMO_Trust_%I
7#MSUB -e  NEMO_Trust_%I
8#MSUB -oe
9#MSUB -q  standard
10#MSUB -n  32
11#MSUB -N  2
12#MSUB -T  1800
13
14ccc_mprun ./opa
15
16exit 0
Note: See TracBrowser for help on using the repository browser.