diff --git a/autosubmit/config/config_common.py b/autosubmit/config/config_common.py index f1b70a334baeeb310c8a057707ed0df42f9c4f2f..b3f414c3bd722e8533af6ed66ca9233350bd61c4 100644 --- a/autosubmit/config/config_common.py +++ b/autosubmit/config/config_common.py @@ -544,6 +544,8 @@ class AutosubmitConfig(object): self.wrong_config["Platform"] += [["Global", "There are repeated platforms"]] main_platform_found = False + if self.hpcarch in ["local","LOCAL"]: + main_platform_found = True for section in self._platforms_parser.sections(): if section in self.hpcarch: main_platform_found = True