Primary informations
Username: $wenx
Cluster: $baobab
Description
Hello,
Hope you are doing well!
I have an issue as follows when running the jobs on HPC.
jobid: 12792706
Detail:
I was trying running the following .sh file
(Path:/home/users/w/wenx/stones/stones_forward_looking)
#!/bin/bash*
#SBATCH --partition=shared-cpu
#SBATCH --time=12:00:00
#SBATCH --cpus-per-task=4
#SBATCH --ntasks=1
#SBATCH --mem=1000 # in MB
#SBATCH -o run_stones_sa-%A_%a.out
# Activate environment
ml GCCcore/11.2.0
ml Gurobi/9.5.0
ml Python/3.9.6
. ~/baobab_python_env/bin/activate
# Send costoptimal run to cluster
echo "Running Stones SA on node " $(hostname)
~/baobab_python_env/bin/python 02_sensitivity_analysis.py
However, I cannot find the .out file. When I check the job by running $seff 12792706:
(baobab)-[wenx@login1 stones_forward_looking]$ seff 12792706
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").
Job ID: 12792706
Cluster: baobab
User/Group: wenx/hpc_users
State: FAILED (exit code 15)
Nodes: 1
Cores per node: 4
CPU Utilized: 00:00:00
CPU Efficiency: 0.00% of 00:00:00 core-walltime
Job Wall-clock time: 00:00:00
Memory Utilized: 1.03 MB
Memory Efficiency: 0.10% of 1000.00 MB
Also since I cannot find the .out file, I don’t know what went wrong.
Could you please help me with the issue and let me know why the .out file is not generated?
Please let me know if you need more information.
Thank you in advance for your help!
Best regards,
Xin