From 9f444bbef68c8cd9ee7e3dd35f1c00fa716ca5f9 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Thu, 19 Oct 2023 02:18:57 -0600 Subject: [PATCH] Remove the inception=login option --- python/ctsm/machine_defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ctsm/machine_defaults.py b/python/ctsm/machine_defaults.py index 0ca414eb98..305c86e03c 100644 --- a/python/ctsm/machine_defaults.py +++ b/python/ctsm/machine_defaults.py @@ -81,7 +81,7 @@ # The following assumes a single node, with a single mpi proc; we may want # to add more flexibility in the future, making the node / proc counts # individually selectable - required_args="-l select=1:ncpus=128:mpiprocs=1 -V -r n -l inception=login -k oed", + required_args="-l select=1:ncpus=128:mpiprocs=1 -V -r n -k oed", ) }, ),