source: CONFIG_DEVT/ORCHIDEE_OL_TP/ENSEMBLE/job_output @ 5587

Last change on this file since 5587 was 5570, checked in by aclsce, 3 years ago

Created ORCHIDEE_OL_TP configuration : temporary configuration to be used during prectical session.

File size: 464 bytes
Line 
1#!/bin/bash
2#MSUB -r Job_post_FLUXNET          # Request name
3#MSUB -n 1                         # Number of tasks to use
4#MSUB -T 7200                        # Elapsed time limit in seconds
5#MSUB -o example_%I.o              # Standard output. %I is the job id
6#MSUB -e example_%I.e              # Error output. %I is the job id
7#MSUB -q standard                  # Queue
8 
9##
10# Embasingly parallel job :
11#   basic example using GLoST
12##
13
14module load glost
Note: See TracBrowser for help on using the repository browser.