Skip to content
Snippets Groups Projects
Commit 6876e230 authored by Oriol Tintó Prims's avatar Oriol Tintó Prims
Browse files

Adding the missing HPCUSER=%HPCUSER% and HPCHOST=%HPCHOST%

parent edc6574b
No related branches found
No related tags found
1 merge request!4Switching to the advanced configuration method and fixing spack build.
...@@ -6,6 +6,9 @@ if [ "${IS_LOCAL}" == "True" ]; then ...@@ -6,6 +6,9 @@ if [ "${IS_LOCAL}" == "True" ]; then
# Get some variables provided by autosubmit. # Get some variables provided by autosubmit.
WORKDIR=%HPCROOTDIR% WORKDIR=%HPCROOTDIR%
STARTDATE=%SDATE% STARTDATE=%SDATE%
HPCUSER=%HPCUSER%
HPCHOST=%HPCHOST%
# Define date directory, create it and go there # Define date directory, create it and go there
COMMON_DATE_FOLDER=${WORKDIR}/${STARTDATE}/inidata COMMON_DATE_FOLDER=${WORKDIR}/${STARTDATE}/inidata
......
...@@ -6,6 +6,8 @@ if [ "${IS_LOCAL}" == "0" ]; then ...@@ -6,6 +6,8 @@ if [ "${IS_LOCAL}" == "0" ]; then
# Get some variables provided by autosubmit. # Get some variables provided by autosubmit.
WORKDIR=%HPCROOTDIR% WORKDIR=%HPCROOTDIR%
STARTDATE=%SDATE% STARTDATE=%SDATE%
HPCUSER=%HPCUSER%
HPCHOST=%HPCHOST%
# Define date directory, create it and go there # Define date directory, create it and go there
COMMON_DATE_FOLDER=${WORKDIR}/${STARTDATE}/inidata COMMON_DATE_FOLDER=${WORKDIR}/${STARTDATE}/inidata
......
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