From 8bc6e92030762aeb116fb92aeedbb0069fa84fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Mon, 11 Feb 2019 13:11:12 +0100 Subject: [PATCH] Shells --- docs.it4i/environment-and-modules.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs.it4i/environment-and-modules.md b/docs.it4i/environment-and-modules.md index 0c8c2a056..fafcadce3 100644 --- a/docs.it4i/environment-and-modules.md +++ b/docs.it4i/environment-and-modules.md @@ -1,5 +1,17 @@ # Environment and Modules +## Shells on Clusters + +The table shows which shells are supported on IT4Innovations clusters. + +| Cluster Name | bash | tcsh | zsh | ksh | +| --------------- | ---- | ---- | --- | --- | +| Anselm Cluster | yes | yes | yes | yes | +| Salomon Cluster | yes | yes | yes | yes | + +!!! info + BASH is the default shell. Should you need a different shell write an email to support@it4i.cz. + ## Environment Customization After logging in, you may want to configure the environment. Write your preferred path definitions, aliases, functions and module loads in the .bashrc file -- GitLab