Hi,<div><br></div><div>I have written a shell script with name epilog-test. I have mentioned in the slurm.conf file :</div><div>Epilog=/var/slurm/etc/epilog-test</div><div>The same slurm.conf file has been copied on all the nodes. </div><div><br></div><div>My epilog-test is</div><div><br></div><div>#! /bin/bash</div><div>echo "epilog test" > /tmp/testfile</div><div><br></div><div>Chmod +x epilog-test</div><div><br></div><div>I have restarted slurmctld on master and slurmd on the nodes. Then I have tested jobs, but nothing executes after job is over.</div><div><br></div><div>Please help</div><div><br></div><div>Regards,</div><div>Purvesh</div>