No, since maintaining proper profiles for more than one shell incurs substantial administrative overhead, which we cannot afford. If you would like to use a different shell for interactive work, please refer to this page.
Yes, but since secondary accounts are for legal reasons configured to not allow a login you can basically only use them to share data with other users.
While it is possible to add other people to your own group using the member command, we highly discourage this. The other person will gain access to all of your files, unless you change the files group permissions.
There is a limit of 10.000 slots for pending jobs per user. You will have to wait until one of your jobs gains status "RUN", which will free up slots for new pending jobs.
Please contact our IT-ServiceDesk with the request to permit this account to use the software. If the license conditions doesn't deny the usage for this person we will activate the access.
If you have created the batch script on a Windows system, please check with the command cat -A <script name> whether it has Windows line endings. Those appear as ^M.
Solution:
Convert the file using the command dos2unix <script name>
Use an editor capable of writing UNIX line endings (e.g. Notepad++, Notepad2, etc.)
You can use the command sacct -u <username> -S 2023-01-01 to display information about finished Slurm jobs since 2023-01-01. Change the date according to your own needs.
You can find a list of some of the installed software packages on the page Installed Software. The list is non-exhaustive. Please refer to the module system on how to find more modules.
It is not possible to use Docker on the cluster. Instead, Apptainer is available as a container solution. Apptainer is able to convert Docker images into Apptainer images.