@@ -2,6 +2,9 @@
#include <stdio.h>
int main(int argc, char **argv) {
(void) argc;
(void) argv;
// Initialize the MPI environment
MPI_Init(NULL, NULL);
The note is not visible to the blocked user.