Some formatting and unimportant changes to samples

This commit is contained in:
jpekkila
2020-05-26 18:57:46 +03:00
parent c93b3265e6
commit ec59cdb973
2 changed files with 4 additions and 3 deletions

View File

@@ -74,7 +74,8 @@ main(void)
int
main(void)
{
printf("The library was built without MPI support, cannot run mpitest. Rebuild Astaroth with cmake -DMPI_ENABLED=ON .. to enable.\n");
printf("The library was built without MPI support, cannot run mpitest. Rebuild Astaroth with "
"cmake -DMPI_ENABLED=ON .. to enable.\n");
return EXIT_FAILURE;
}
#endif // AC_MPI_ENABLES