Job Log Files
When a job is submitted, the output file defined in the job script logs all messages related to the job, including errors.
In your job script, for example:
CODE
#SBATCH --output=test-%j.out
Please check this log file if you encounter any issues with your job.