Skip to content

Commit

Permalink
Add MPI_Finalize to pisvm-predict so it does not fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mricherzhagen committed Jul 29, 2014
1 parent fb9818c commit d2b0a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pisvm-predict.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,5 +330,6 @@ int main(int argc, char **argv)
free(nz_x);
fclose(input);
fclose(output);
MPI_Finalize();
return 0;
}

0 comments on commit d2b0a5d

Please sign in to comment.