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.
1 parent a17eec2 commit b7291c0Copy full SHA for b7291c0
test/prif_init_test.F90
@@ -42,7 +42,11 @@ function check_caffeination() result(test_diagnosis)
42
first_pass = .false.
43
write_memo: &
44
block
45
+#if HAVE_MULTI_IMAGE
46
+ integer, parameter :: successful_initiation = PRIF_STAT_ALREADY_INIT
47
+#else
48
integer, parameter :: successful_initiation = 0
49
+#endif
50
integer init_exit_code
51
52
call prif_init(init_exit_code)
0 commit comments