Skip to content

Commit

Permalink
Update bts1gensub.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdb authored May 20, 2022
1 parent a739164 commit bc8d8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/network/bts1gensub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ echo -e "\n"
grep "^sbatch" qsub1.sh > job1_command
if [[ $interactive == "T" || $interactive == "True" || $interactive == "TRUE" ]];then
sed -i 's/sbatch -W/srun -n1 bash/g;s/&/>\/dev\/null/g' qsub1.sh
echo -e "Running $(wc -l < job1_command) jobs ... \n"
echo -e "Running $(wc -l < job1_command) jobs...\n"
else
echo -e "Submitting $(wc -l < job1_command) jobs ... \n"
echo -e "Submitting $(wc -l < job1_command) jobs...\n"
fi

time sh qsub1.sh | tee submit1_log
Expand Down

0 comments on commit bc8d8df

Please sign in to comment.