From bca1d2beabfb41453a3ebd2b02fd45846b4faf3f Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Fri, 6 Sep 2024 14:04:09 +0200 Subject: [PATCH] Updated old RemoteTemplates notebook for MN5 --- RemoteTemplates.ipynb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/RemoteTemplates.ipynb b/RemoteTemplates.ipynb index 30c5b91..7dad84f 100644 --- a/RemoteTemplates.ipynb +++ b/RemoteTemplates.ipynb @@ -10,7 +10,7 @@ "#### \n", "#### Settings to use a different user or repository.\n", "####\n", - "bsc_user = \"bsc32070\" # TO CHANGE for your user \n", + "bsc_user = \"bsc032070\" # TO CHANGE for your user \n", "edito_user = \"dbeltran\" # To change for your user\n", "# Where the workflow and configuration files are stored\n", "repo = \"https://earth.bsc.es/gitlab/dbeltran/edito-vanilla\"\n", @@ -19,7 +19,7 @@ "# Where are the configuration files relative to git repo path\n", "conf_path = \"as_conf\"\n", "# Main platform of the experiment\n", - "hpcarch = \"marenostrum4\"\n", + "hpcarch = \"marenostrum5\"\n", "# A description of this experiment\n", "exp_description = \"Versioned workflow example\"" ] @@ -32,7 +32,7 @@ "outputs": [], "source": [ "#BSC connection checker\n", - "host = \"mn1.bsc.es\"\n", + "host = \"glogin1.bsc.es\"\n", "scratch_dir = \"/gpfs/scratch\"\n", "project = \"bsc32\"\n", "cmd = f\"{bsc_user}@{host} echo Connected\"\n", @@ -120,7 +120,7 @@ "source": [ "# We can find the rest of the config in the DEFAULT.CUSTOM_CONFIG path\n", "# %PROJDIR% is an AS_placeholder that points to {exp_root}/%PROJECT.PROJECT_DESTINATION%\n", - "!ls {exp_root}/proj/git_project/as_conf" + "!ls {exp_root}/proj/git_project/{conf_path}" ] }, { @@ -147,7 +147,7 @@ "# We will overwrite only what we want to change from that file.\n", "# This means that instead of filling the whole platforms.yml we will fill only the necessary.\n", "platforms_file = f\"\"\"PLATFORMS:\n", - " MARENOSTRUM4:\n", + " MARENOSTRUM5:\n", " USER: {bsc_user}\n", "\"\"\"\n", "# And store it in our home directory.\n", @@ -159,7 +159,7 @@ "# You can also use the file_explorer\n", "minimal=f\"\"\"CONFIG:\n", " # Current version of Autosubmit.\n", - " AUTOSUBMIT_VERSION: \"4.0.97\"\n", + " AUTOSUBMIT_VERSION: \"4.1.10\"\n", " # Total number of jobs in the workflow.\n", " TOTALJOBS: 20\n", " # Maximum number of jobs permitted in the waiting status.\n", -- GitLab