Skip to content
Snippets Groups Projects
Commit 8092d773 authored by 13518104 Kevin Austin Stefano's avatar 13518104 Kevin Austin Stefano
Browse files

repair script

parent c3e9fb84
Branches
No related merge requests found
172.31.65.212
172.31.79.254
172.31.68.110
172.31.79.57
172.31.75.79s
......@@ -6,6 +6,6 @@ fi
input=$1
filename=`basename $1`
cat $1 | ./src/MST_OpenMPI > output_mp/tmp
sed '$d' output_mp/tmp > output_mp/$filename
rm -f output_mp/tmp
cat $1 | mpirun --hostfile hostname -np 5 ./src/MST_OpenMPI < $input > output_mpi/tmp
sed '$d' output_mpi/tmp > output_mpi/$filename
rm -f output_mpi/tmp
\ No newline at end of file
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