We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0ce1f commit 64e3244Copy full SHA for 64e3244
README.md
@@ -31,4 +31,12 @@ Run "add2path.sh" to automatically update the python enviornment by executing
31
# Uninstallation
32
To uninstall and update the python environment simply run
33
34
- . ./uninstall.sh
+ . ./uninstall.sh
35
+
36
37
+# Worked examples
38
+After installation, to run the worked examples
39
40
+ cd examples
41
42
+ mpirun -n [number of cores] python3 [exampleName].py
0 commit comments