Skip to content

Commit

Permalink
chore: close #55
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Jul 24, 2023
1 parent 372fe4b commit fad11f6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion testpar/API/t_bigio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1861,7 +1861,7 @@ main(int argc, char **argv)

/* Attempt to turn off atexit post processing so that in case errors
* happen during the test and the process is aborted, it will not get
* hang in the atexit post processing in which it may try to make MPI
* hung in the atexit post processing in which it may try to make MPI
* calls. By then, MPI calls may not work.
*/
if (H5dont_atexit() < 0)
Expand Down
2 changes: 1 addition & 1 deletion testpar/API/t_shapesame.c
Original file line number Diff line number Diff line change
Expand Up @@ -4301,7 +4301,7 @@ main(int argc, char **argv)

/* Attempt to turn off atexit post processing so that in case errors
* happen during the test and the process is aborted, it will not get
* hang in the atexit post processing in which it may try to make MPI
* hung in the atexit post processing in which it may try to make MPI
* calls. By then, MPI calls may not work.
*/
if (H5dont_atexit() < 0) {
Expand Down
2 changes: 1 addition & 1 deletion testpar/API/testphdf5.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ main(int argc, char **argv)

/* Attempt to turn off atexit post processing so that in case errors
* happen during the test and the process is aborted, it will not get
* hang in the atexit post processing in which it may try to make MPI
* hung in the atexit post processing in which it may try to make MPI
* calls. By then, MPI calls may not work.
*/
if (H5dont_atexit() < 0) {
Expand Down
2 changes: 1 addition & 1 deletion testpar/t_bigio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,7 @@ main(int argc, char **argv)

/* Attempt to turn off atexit post processing so that in case errors
* happen during the test and the process is aborted, it will not get
* hang in the atexit post processing in which it may try to make MPI
* hung in the atexit post processing in which it may try to make MPI
* calls. By then, MPI calls may not work.
*/
if (H5dont_atexit() < 0)
Expand Down
2 changes: 1 addition & 1 deletion testpar/t_cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -6676,7 +6676,7 @@ main(int argc, char **argv)

/* Attempt to turn off atexit post processing so that in case errors
* happen during the test and the process is aborted, it will not get
* hang in the atexit post processing in which it may try to make MPI
* hung in the atexit post processing in which it may try to make MPI
* calls. By then, MPI calls may not work.
*/
if (H5dont_atexit() < 0)
Expand Down
2 changes: 1 addition & 1 deletion testpar/t_cache_image.c
Original file line number Diff line number Diff line change
Expand Up @@ -3523,7 +3523,7 @@ main(int argc, char **argv)

/* Attempt to turn off atexit post processing so that in case errors
* happen during the test and the process is aborted, it will not get
* hang in the atexit post processing in which it may try to make MPI
* hung in the atexit post processing in which it may try to make MPI
* calls. By then, MPI calls may not work.
*/
if (H5dont_atexit() < 0)
Expand Down
2 changes: 1 addition & 1 deletion testpar/t_shapesame.c
Original file line number Diff line number Diff line change
Expand Up @@ -4272,7 +4272,7 @@ main(int argc, char **argv)

/* Attempt to turn off atexit post processing so that in case errors
* happen during the test and the process is aborted, it will not get
* hang in the atexit post processing in which it may try to make MPI
* hung in the atexit post processing in which it may try to make MPI
* calls. By then, MPI calls may not work.
*/
if (H5dont_atexit() < 0) {
Expand Down
2 changes: 1 addition & 1 deletion testpar/testphdf5.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ main(int argc, char **argv)

/* Attempt to turn off atexit post processing so that in case errors
* happen during the test and the process is aborted, it will not get
* hang in the atexit post processing in which it may try to make MPI
* hung in the atexit post processing in which it may try to make MPI
* calls. By then, MPI calls may not work.
*/
if (H5dont_atexit() < 0) {
Expand Down

0 comments on commit fad11f6

Please sign in to comment.