Skip to content

Commit

Permalink
Merge pull request #251 from mlee03/cell_struct
Browse files Browse the repository at this point in the history
create function to populate cell_in
  • Loading branch information
ngs333 authored Nov 9, 2023
2 parents 534f6dc + 3aaf68a commit d5ee340
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tools/libfrencutils/mosaic_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,6 @@ void error_handler(const char *msg)
exit(1);
#endif //ifdef use_libMPI

#else

printf("Fatal Error: %s\n", msg);
//IMPERATIVE. Must incorporate error handling
//#ifdef use_libMPI
// MPI_Abort(MPI_COMM_WORLD, -1);
//#else
// exit statements do not exist for OpenACC yet.
//#endif

#endif //ifndef _OPENACC


Expand Down

0 comments on commit d5ee340

Please sign in to comment.