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 4c25293 commit 3bb4aceCopy full SHA for 3bb4ace
pySDC/tests/test_tutorials/test_step_6.py
@@ -18,6 +18,8 @@ def test_C():
18
19
if "mpi4py" in flat_installed_packages:
20
21
+ print('Doing MPI stuff now')
22
+
23
cwd = 'pySDC/tutorial/step_6'
24
main_C(cwd)
25
0 commit comments