Dear all, Does slurm provide feature to get command that being executed/will be executed by running/pending jobs ?
The "squeue -O command" just gives the full path to sbatch file, for example "/home/hasan/batch.job". What I want to get is the exact command that resides in the batch file, for example "srun --mpi=pmi2 ./mm.o". I need to get this information from running/pending jobs submitted by other people in my cluster. I can directly see the batch file, but the command in that file is probably has changed. I need help. Thank you in advance. Regards, Husen
