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

repair

parent fa5284e8
Branches
No related merge requests found
File moved
File moved
......@@ -6,6 +6,6 @@ fi
input=$1
filename=`basename $1`
cat $1 | ./MST_OpenMP > output_mp/tmp
cat $1 | ./src/MST_OpenMP > output_mp/tmp
sed '$d' output_mp/tmp > output_mp/$filename
rm -f output_mp/tmp
......@@ -6,6 +6,6 @@ fi
input=$1
filename=`basename $1`
cat $1 | ./MST_OpenMPI > output_mp/tmp
cat $1 | ./src/MST_OpenMPI > output_mp/tmp
sed '$d' output_mp/tmp > output_mp/$filename
rm -f output_mp/tmp
5
0-1
1-3
2-4
File moved
File moved
File moved
File moved
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