Remove HD from C std lib file ops (#3206)

* HDfclose
* HDferror
* HDfeof
* HDfflush
* HDfopen
* HDfread
* HDfwrite
This commit is contained in:
Dana Robinson
2023-06-29 08:19:31 -07:00
committed by GitHub
parent 8aef67f0ae
commit fd56a593b7
73 changed files with 459 additions and 480 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ pause_proc(void)
printf("Proc %d (%*s, %d): to debug, attach %d\n", mpi_rank, mpi_namelen, mpi_name, pid, pid);
}
printf("waiting(%ds) for file %s ...\n", time_int, greenlight);
HDfflush(stdout);
fflush(stdout);
HDsleep(time_int);
}
MPI_Barrier(MPI_COMM_WORLD);