srun(1) --ntasks%3D%24SLURM_NNODES --ntasks-per-node%3D1 unzip archive.zip -d %24SLURM_TMPDIR
Run parallel jobs
-d, --dependency=<dependency_list>
       Defer the start of this job until  the  specified  dependencies  have  been  satisfied  completed.
       <dependency_list>  is  of  the  form <type:job_id[:job_id][,type:job_id[:job_id]]>.  Many jobs can
       share the same dependency and these jobs may even belong to different  users. The   value  may  be
       changed after job submission using the scontrol command.
source manpages: srun