diff --git a/1.Static/bash.run.restart.sh b/1.Static/bash.run.restart.sh index 9f460c02c3edd61d87914df9839d2536e58964be..b74b7cc550612e0745a8b29b54325b2d13abea36 100644 --- a/1.Static/bash.run.restart.sh +++ b/1.Static/bash.run.restart.sh @@ -11,7 +11,7 @@ cd ${mf} -for i in {1..64} +for i in $( seq 1 ${ncpu} ) do mkdir -p REP${i} cd REP${i} @@ -56,4 +56,4 @@ do fi done -wait +wait \ No newline at end of file