Closed sju777 closed 2 years ago
Can you show me the marcc bash file? The clusters should never time out
Can you show me the marcc bash file? The clusters should never time out
I just uploaded my marcc bash file and the .py file I was running with it!
Idk how far along you are, but I would change the option to below. This will run at most 3 days.
#SBATCH --partition=lrgmem
#SBATCH --nodes=1
# number of tasks (processes) per node
#SBATCH --ntasks-per-node=48
#SBATCH --mem=500G
Idk how far along you are, but I would change the option to below. This will run at most 3 days.
#SBATCH --partition=lrgmem #SBATCH --nodes=1 # number of tasks (processes) per node #SBATCH --ntasks-per-node=48 #SBATCH --mem=500G
I am currently trying to get the last 5 datasets of the OpenML CC18 set, but if it times out again, I will use the options you gave me.
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Any other comments?
PR is complete, but any and all feedback is welcome!