I am bootstrapping a panel of 2.7M using reghdfe
and ppmlhdfe
. I am using the Picotte cluster at Drexel, as this is computationally infeasible otherwise.
When I run this, my job is killed because 1 of the iterations to compute an estimator takes longer than 30 sec. How do I change the killwait parameter in Slurm? (script below)
My simple script is:
srun --nodes=1 --ntasks=1 --mem=174gb
module load stata/mp48/17
stata-mp -b do "/ifs/groups/fichGrp/5c_inventor_level_bootstrap.do"