We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
slurmR should identify whenever the job is being run within a job. If that's the case, the following variables should have the following defaults:
$SLURM_JOB_PARTITION
$SLURM_JOB_ACCOUNT
$SLURM_CLUSTER_NAME
This way, users can skip writing this information twice when possible.
The text was updated successfully, but these errors were encountered:
gvegayon
No branches or pull requests
slurmR should identify whenever the job is being run within a job. If that's the case, the following variables should have the following defaults:
$SLURM_JOB_PARTITION
$SLURM_JOB_ACCOUNT
$SLURM_CLUSTER_NAME
This way, users can skip writing this information twice when possible.
The text was updated successfully, but these errors were encountered: