From e1e45d71d0cb1cbb9d1be40e2cdc2257f71e35cf Mon Sep 17 00:00:00 2001 From: Sondre Sortland Date: Fri, 5 Feb 2021 08:24:54 +0100 Subject: [PATCH] Remove processor argument when using eclrun 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. --- python/res/fm/ecl/ecl_run.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/res/fm/ecl/ecl_run.py b/python/res/fm/ecl/ecl_run.py index 9ea4f7aa27..873ee13497 100644 --- a/python/res/fm/ecl/ecl_run.py +++ b/python/res/fm/ecl/ecl_run.py @@ -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), ]