aboutsummaryrefslogtreecommitdiff
path: root/Examples/Tests/pass_mpi_communicator
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/Tests/pass_mpi_communicator')
-rwxr-xr-x[-rw-r--r--]Examples/Tests/pass_mpi_communicator/PICMI_inputs_2d.py2
-rwxr-xr-xExamples/Tests/pass_mpi_communicator/analysis.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/Examples/Tests/pass_mpi_communicator/PICMI_inputs_2d.py b/Examples/Tests/pass_mpi_communicator/PICMI_inputs_2d.py
index 8eb5839c3..0d87699c5 100644..100755
--- a/Examples/Tests/pass_mpi_communicator/PICMI_inputs_2d.py
+++ b/Examples/Tests/pass_mpi_communicator/PICMI_inputs_2d.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+#
# --- Test if MPI_communicator is correctly passed from Python to CPP
# --- This test should be run with MPI enabled
# --- Inputs taken from langmuir_2d. Runs 10 steps, and will check
diff --git a/Examples/Tests/pass_mpi_communicator/analysis.py b/Examples/Tests/pass_mpi_communicator/analysis.py
index 3c2405bcb..9c1be3e51 100755
--- a/Examples/Tests/pass_mpi_communicator/analysis.py
+++ b/Examples/Tests/pass_mpi_communicator/analysis.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/env python3
# This is a script that analyses the simulation results from
# the script `PICMI_inputs_2d`.