mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 08:18:49 -04:00
Closes: https://bugs.gentoo.org/888009 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
15 lines
494 B
Diff
15 lines
494 B
Diff
Gentoo issue: https://bugs.gentoo.org/888009
|
|
|
|
diff -Naur a/CMakeLists.txt b/CMakeLists.txt
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -422,7 +422,7 @@
|
|
char processor_name[MPI_MAX_PROCESSOR_NAME];
|
|
int name_len;
|
|
MPI_Get_processor_name(processor_name, &name_len);
|
|
- printf('Hello world from processor %s, rank %d out of %d processors',
|
|
+ printf(\"Hello world from processor %s, rank %d out of %d processors\",
|
|
processor_name, world_rank, world_size);
|
|
MPI_Finalize();
|
|
}"
|