Skip to content
Snippets Groups Projects
Commit 4bdcf398 authored by Yair Fosado's avatar Yair Fosado
Browse files

Update bash.run.sh

parent dd3d516c
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ cd ${mf}
for i in {1..64}
for i in $( seq 1 ${ncpu} )
do
mkdir REP${i}
cd REP${i}
......@@ -43,4 +43,4 @@ do
fi
done
wait
wait
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment