Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #72 from keisukefukuda/fix-70
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
keisukefukuda committed Jul 21, 2017
2 parents 6f2c6b3 + 67a5ea4 commit c9947e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mpienv/mpich.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def libexec_files(self):
return []

def exec_(self, cmds):
cmds[:0] = ['-genvlist', 'PYTHONPATH,PATH,LD_LIBRARY_PATH']
if '-genvall' not in cmds:
cmds[:0] = ['-genvlist', 'PYTHONPATH,PATH,LD_LIBRARY_PATH']
cmds[:0] = [self.mpiexec]
self.run_cmd(cmds, {})

0 comments on commit c9947e0

Please sign in to comment.