We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df27aa6 + ade0422 commit f521b5fCopy full SHA for f521b5f
CMakeLists.txt
@@ -426,7 +426,7 @@ int main(int argc, char** argv) {
426
char processor_name[MPI_MAX_PROCESSOR_NAME];
427
int name_len;
428
MPI_Get_processor_name(processor_name, &name_len);
429
- printf('Hello world from processor %s, rank %d out of %d processors',
+ printf(\"Hello world from processor %s, rank %d out of %d processors\",
430
processor_name, world_rank, world_size);
431
MPI_Finalize();
432
}"
0 commit comments