FAQs
Answers to frequently asked questions.
How can I apply for a project to get access to HPC resources?
In case you are a principle investigator or Post-Doc you can use the state-wide online form (English) or online form (German) to apply. Please, do not hesitate in advance - we can discuss any pending question in person or in a phone call.How can I unsubscribe from the MOGON mailing list?
Unsubscribing from the mailing list is not possible. The recipient list is automatically created from the group memberships in the corresponding MOGON projects. Therefore, you are part of the mailing list as long as your user account is still member of a MOGON project group (authorized users at account.uni-mainz.de ) or a MOGON manager group (administrator of authorized users).How do I get an account?
This question is answered here.What happens when my account gets disabled or expires?
When your JGU account is determined to be no longer valid for using MOGON, e.g. it gets disabled or it gets removed from all groups that are enabled on MOGON, it will first become disabled on MOGON. This means you can no longer login, but your user and home directory still exist. If your account is re-enabled within 90 days, all your files will still be there. If an account has been disabled for 90 days, the user account and home directory will be deleted. Both you and your groups technical contact will get e-mail notifications well in advance. Your files in the group’s project directory will become owned by the first technical administrator of your group.What should I consider when being member of several MOGON groups?
In order to facilitate accounting with Slurm
, we enforce that accounts are defined at the time of submitting a job. All accounting data is gathered. For the purpose of writing project reports and determining accumulated CPU time for accounts and their associated projects, job statistics are gathered.
Note that the account, which Slurm
is aware of, is an arbitrary project name, which is not the username.
To find out which accounts are applicable for you, run the following command:
sacctmgr -s list user $USER format=account%20
Note, that all users have a none
account. This is part of the mechanism which enforces accounts to be assigned during job submits.
How much may I work on login nodes?
This is explained in detail here.Is it possible to extend the walltime limit of 5/12 days?
Unfortunately, it is not possible to extend the walltime limit, not even temporarily.May I contribute to this documentation?
Yes, please! We welcome any contribution, but rather like to curate the content. Therefore, we would appreciate it if you sent your contribution with a detailed explanation as a .txt file to . However, you also have the option of creating a page yourself by following the procedure below:
- If the content is new, please create a new page that we can integrate into the existing layout and point us to the URL.
- If you correct existing content, please edit the page and (if the change is substantial).
More detailed instructions including a screencast can be found in the GoHugo Wiki .
Why do my jobs not start?
A job might be pending for a number of reasons . Sometimes, the job’s priority might be low and you just have to wait.When does my job start?
Withsqueue -u $USER --start
you can display the expected start time and the resources to be allocated for pending jobs in order of increasing start time. Please refer to the slurm documentation for more information about the
–start
option of squeue
.How is the Fairshare value calculated?
The calculation of the Fairshare value is complex and can not be easily replicated by users. For those interested in understanding how it works in principle, please refer to SLURM’s documentation on the Fair Tree Fairshare algorithm .How many CPU cores are equal to one GPU?
There is no direct equivalence between CPU cores and a GPU due to their vastly different architectures and use cases. GPUs, with their thousands of smaller cores, excel at parallelized tasks, offering exponential speedups in certain workloads (e.g. AI training or graphic rendering). However, for tasks that require complex, sequential processing, even a few CPU cores can outperform a GPU. Thus, the comparison depends entirely on the specific workload.Do different GPU partitions have a different costs associated with them?
Yes, different GPU partitions have varying costs, represented by billing weights. For example, them2_gpu
partition has a billing weight of 6, while the a100ai
partition, at the high end, has a billing weight of 17. These weights approximately reflect the underlying hardware costs.