Skip to content

Commit

Permalink
Fixed MPI_PATH variable in wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnende committed Aug 12, 2020
1 parent 3171b9f commit 66e225f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyqdyn.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def run(self, test=False, unit=False):

else: # MPI parallel

MPI_path = self.set_dict["MPI_path"]
MPI_path = self.set_dict["MPI_PATH"]

# If we're on a Windows 10 + Unix subsystem, call bash
if self.W10_bash is True:
Expand Down

0 comments on commit 66e225f

Please sign in to comment.