This page lists the known issues on Cartesius.
After running newgrp
, SBATCH might log the following error:
slurmstepd: _initgroups: too many groups for user
Advise: avoid using newgrp
before running your batch script
When you submit a job in a staging node, you get 8GB RAM allocated per core. If you would then submit a new job from within the staging node, this requirement is copied to the next job. If the next job is a regular job (e.g. in the normal
partition), then this might cause issues. For example, if you would request 24 cores in this job, it will try to allocate 192GB RAM (8GB RAM each). However, a normal
node has only 64GB in total. In that case, SLURM outputs the following error message:
srun: error: Unable to create job step: More processors requested than permitted
This message is a cryptic error message: you are asking for 24 cores (192 GB) and we ‘have’ only 8 (64GB). In reality we do have 24 of course, so removing this memory setting should resolve the issue.
Advise: add a specific memory requirement X
using #SBATCH --mem-per-cpu=X
to the job-script or --mem-per-cpu=X
as an argument to srun
. This requirement is in MB and should be calculated based on the number of cores (e.g. 24) and the maximum memory available (e.g. 64GB). For example, X
could be set to 2600 to use 2.6GB per core (24 * 2.6 = 64GB).
The SURFsara Data Archive allows the user to safely archive up to petabytes of valuable research data.
Persistent identifiers (PIDs) ensure the findability of your data. SURFsara offers a PID provisioning service in cooperation with the European Persistent Identifier Consortium (EPIC).
B2SAFE is a robust, secure and accessible data management service. It allows common repositories to reliably implement data management policies, even in multiple administrative domains.
The grid is a transnational distributed infrastructure of compute clusters and storage systems. SURFsara is active as partner in various...
Spider is a dynamic, flexible, and customizable platform locally hosted at SURF. Optimized for collaboration, it is supported by an ecosystem of tools to allow for data-intensive projects that you can start up quickly and easily.
The Data Ingest Service is a service provided by SURFsara for users that want to upload a large amount of data to SURFsara and who not have the sufficient amount...
The Collaboratorium is a visualization and presentation space for science and industry. The facility is of great use for researchers that are faced with...
Data visualization can play an important role in research, specifically in data analysis to complement other analysis methods, such as statistical analysis.