Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Iker Martín Álvarez
Proteo
Commits
9db69b77
Commit
9db69b77
authored
Oct 16, 2024
by
iker_martin
Browse files
WIP 3/3 - Bash scripts remove temporal files created during spawn operations.
parent
24f3bfb7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Codes/runBase.sh
View file @
9db69b77
...
...
@@ -29,3 +29,4 @@ mpirun -hosts $initial_nodelist -np $numP $PROTEO_BIN $configFile $outIndex
echo
"END RUN"
sed
-i
's/application called MPI_Abort(MPI_COMM_WORLD, -100) - process/shrink cleaning/g'
slurm-
$SLURM_JOB_ID
.out
sed
-i
's/Abort(-100)/shrink cleaning/g'
slurm-
$SLURM_JOB_ID
.out
rm
MAM_HF_ID
*
Exec/generalRun.sh
View file @
9db69b77
...
...
@@ -83,3 +83,4 @@ fi
echo
"END TEST"
sed
-i
's/application called MPI_Abort(MPI_COMM_WORLD, -100) - process/shrink cleaning/g'
slurm-
$SLURM_JOB_ID
.out
sed
-i
's/Abort(-100)/shrink cleaning/g'
slurm-
$SLURM_JOB_ID
.out
rm
MAM_HF_ID
*
Exec/generalRunCostum.sh
View file @
9db69b77
...
...
@@ -88,3 +88,4 @@ else
fi
echo
"END TEST"
rm
MAM_HF_ID
*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment