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
d6654dae
Commit
d6654dae
authored
Nov 06, 2024
by
iker_martin
Browse files
Minor bugfix in script
parent
e2beeaac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Exec/CheckRun.sh
View file @
d6654dae
...
...
@@ -195,7 +195,7 @@ do
node_qty
=
$(
bash
$PROTEO_HOME$execDir
/BashScripts/getMaxNodesNeeded.sh
$config_file
$cores
)
#3 - Launch execution
sbatch
-p
$partition
-N
$node_qty
-t
$limit_time
$PROTEO_HOME$execDir
.
/generalRun.sh
$cores
$config_file
$use_extrae
$run
$diff
sbatch
-p
$partition
-N
$node_qty
-t
$limit_time
$PROTEO_HOME$execDir
/generalRun.sh
$cores
$config_file
$use_extrae
$run
$diff
fi
done
...
...
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