WhoAmI {slurmR}R Documentation

Information about where jobs are submitted

Description

This returns a named vector with the following variables: SLURM_LOCALID, SLURMD_NODENAME, SLURM_ARRAY_TASK_ID, SLURM_CLUSTER_NAME, SLURM_JOB_PARTITION, SLURM_TASK_PID

Usage

WhoAmI()

whoami()

Details

whoami is just an alias of WhoAmI.

Value

A character vector with the corresponding system environment variables' values.

See Also

Other utilities: Slurm_clean(), Slurm_env(), Slurm_log(), parse_flags(), snames(), status()


[Package slurmR version 0.5-4 Index]