source: tags/ORCHIDEE_2_0/ORCHIDEE_OL/ENSEMBLE/job_output @ 5111

Last change on this file since 5111 was 2991, checked in by nicolas.vuichard, 9 years ago

update

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.