Skip to content

Commit

Permalink
Merge branch 'master' of github.com:amusecode/amuse
Browse files Browse the repository at this point in the history
  • Loading branch information
spzwart committed Oct 25, 2016
2 parents f863092 + 9e75129 commit 83adac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/distribute/binbuild/build/build_libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def mpich2_build(self, path):
if self.use_hydra_process_manager:
command.append('--with-pm=hydra:mpd:gforker')
else:
command.append('--with-pm=gforker')
command.append('--with-pm=gforker:hydra')
if not self.fortran90_compiler is None:
command.append('FC=' + self.fortran90_compiler)

Expand Down Expand Up @@ -649,7 +649,7 @@ def mpich2_build(self, path):
if self.use_hydra_process_manager:
command.append('--with-pm=hydra:mpd:gforker')
else:
command.append('--with-pm=gforker')
command.append('--with-pm=gforker:hydra')

commands.append(command)
commands.append(['make'])
Expand Down

0 comments on commit 83adac7

Please sign in to comment.