We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 159aa9f + 20718e7 commit ad31368Copy full SHA for ad31368
src/mpi/mpi_caf.c
@@ -415,7 +415,7 @@ static void
415
caf_runtime_error (const char *message, ...)
416
{
417
va_list ap;
418
- fprintf(stderr, "Fortran runtime error on image %d: ", caf_this_image);
+ fprintf(stderr, "OpenCoarrays internal error on image %d: ", caf_this_image);
419
va_start(ap, message);
420
vfprintf(stderr, message, ap);
421
va_end(ap);
0 commit comments