You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A textbox to specify the allocation (basically a SLURM option in the manifest that makes a textbox in the SDK), but we need to make sure this overrides any option in the configuration and we need to figure out the logistics of how that would work (e.g. do they need to add our community account to their allocation, is there anything else that needs to be done?).
An allowlist that associates HPC/allocation pairs to users so that only certain users can use certain allocations.
We should be able to ignore the defaultSlurmCeiling if using an external allocation:
Currently all jobs are run under our allocation which is often specified in the HPC configurations (https://github.com/cybergis/cybergis-compute-core/blob/v2/configs/hpc.example.json#L75) . However, we would like to add support for end-users to run their own jobs using their own allocations.
A few ideas for implementations:
defaultSlurmCeiling
if using an external allocation:cybergis-compute-core/src/lib/JobUtil.ts
Line 210 in 3247c1c
The text was updated successfully, but these errors were encountered: