Skip to content
Snippets Groups Projects
Commit 57139c13 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Add dummy platform in examples files

parent c0abf252
No related branches found
No related tags found
No related merge requests found
Pipeline #18776 canceled
......@@ -6,10 +6,10 @@ STAGE=${1:-}
function help() {
echo "Need to provide a integer for the stage we want to run."
echo " e.g."
echo " - 0: Build Icon and python environemnts"
echo " - 0: Build Icon and python environments"
echo " - 1: Run the ideal case used to initialize a real run from"
echo " - 2: Run the real case"
echo " - 3: postprocess outputs"
echo " - 3: post-process outputs"
}
if [ -z "$STAGE" ]; then
......@@ -91,6 +91,10 @@ GIT:
PROJECT_COMMIT: ""
PROJECT_SUBMODULES: ""
FETCH_SINGLE_BRANCH: True
Platforms:
DUMMY:
TYPE: ps
EOF
cat > autosubmit/${EXPID}/conf/myconf.yml <<EOF
......
......@@ -6,10 +6,10 @@ STAGE=${1:-}
function help() {
echo "Need to provide a integer for the stage we want to run."
echo " e.g."
echo " - 0: Build Icon and python environemnts"
echo " - 0: Build Icon and python environments"
echo " - 1: Run the ideal case used to initialize a real run from"
echo " - 2: Run the real case"
echo " - 3: postprocess outputs"
echo " - 3: post-process outputs"
}
if [ -z "$STAGE" ]; then
......@@ -115,6 +115,10 @@ data_management:
# Where do we put the output files afterwards?
local_destination_folder: $OUTPUTDIR/
Platforms:
DUMMY:
TYPE: ps
EOF
if [ "$STAGE" -eq 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment