Skip to content
Snippets Groups Projects
Commit 943018d4 authored by masak1112's avatar masak1112
Browse files

change the directory from HPC_scripts to JSC_scripts

parent 4a582076
No related branches found
No related tags found
No related merge requests found
Pipeline #93109 failed
...@@ -31,9 +31,9 @@ class Config_runscript_base: ...@@ -31,9 +31,9 @@ class Config_runscript_base:
self.VIRT_ENV_NAME = venv_name self.VIRT_ENV_NAME = venv_name
# runscript related attributes # runscript related attributes
if lhpc: if lhpc:
self.runscript_dir = "../HPC_scripts" self.runscript_dir = "../JSC_scripts"
else: else:
self.runscript_dir = "../nonHPC_scripts" self.runscript_dir = "../HPC_scripts"
self.long_name_wrk_step = None self.long_name_wrk_step = None
self.rscrpt_tmpl_prefix = None self.rscrpt_tmpl_prefix = None
......
...@@ -47,7 +47,7 @@ else ...@@ -47,7 +47,7 @@ else
fi fi
echo "Start setting up templates under nonHPC_scripts/..." echo "Start setting up templates under nonHPC_scripts/..."
for f in "${BASE_DIR}"/nonHPC_scripts/*template.sh; do for f in "${BASE_DIR}"/HPC_scripts/*template.sh; do
echo "Setting up ${f}..." echo "Setting up ${f}..."
fnew=${f%%.*}_${USER}.sh fnew=${f%%.*}_${USER}.sh
cp "${f}" "${fnew}" cp "${f}" "${fnew}"
...@@ -56,7 +56,7 @@ done ...@@ -56,7 +56,7 @@ done
echo "Done!" echo "Done!"
echo "Start setting up templates under HPC_scripts/" echo "Start setting up templates under HPC_scripts/"
for f in "${BASE_DIR}"/HPC_scripts/*template.sh; do for f in "${BASE_DIR}"/JSC_scripts/*template.sh; do
echo "Setting up ${f}..." echo "Setting up ${f}..."
fnew=${f%%.*}_${USER}.sh fnew=${f%%.*}_${USER}.sh
cp "${f}" "${fnew}" cp "${f}" "${fnew}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment