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

Commit

Permalink
Remove processor argument when using eclrun
Browse files Browse the repository at this point in the history
eclrun is capable of finding out the number of processors needed
on its own. Further, specifying the number of processors manually when
running setups with coupled reservoirs trips up eclrun, and causes it
to try to use to many processors.
  • Loading branch information
sondreso committed Feb 5, 2021
1 parent 38752a3 commit e1e45d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/res/fm/ecl/ecl_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ def _get_run_command(self, eclrun_config):
"eclrun",
"-v",
eclrun_config.version,
"--np",
str(self.num_cpu),
eclrun_config.simulator_name,
"{}.DATA".format(self.base_name),
]
Expand Down

0 comments on commit e1e45d7

Please sign in to comment.