Commit d6654dae authored by iker_martin's avatar iker_martin
Browse files

Minor bugfix in script

parent e2beeaac
...@@ -195,7 +195,7 @@ do ...@@ -195,7 +195,7 @@ do
node_qty=$(bash $PROTEO_HOME$execDir/BashScripts/getMaxNodesNeeded.sh $config_file $cores) node_qty=$(bash $PROTEO_HOME$execDir/BashScripts/getMaxNodesNeeded.sh $config_file $cores)
#3 - Launch execution #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 fi
done done
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment