From cce3b0c5588550d933d45d74d8ca8b984bd751b3 Mon Sep 17 00:00:00 2001 From: Nathan TeBlunthuis Date: Fri, 6 Jun 2025 07:16:15 -0700 Subject: [PATCH] use 5 nodes for model fitting. --- multiple_iv_simulations/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multiple_iv_simulations/Makefile b/multiple_iv_simulations/Makefile index e7ac0ce..c656a7f 100644 --- a/multiple_iv_simulations/Makefile +++ b/multiple_iv_simulations/Makefile @@ -20,7 +20,7 @@ example_1_jobs: 01_indep_differential.R simulation_base.R ${grid_sweep_script} s ${srun} uv run ${grid_sweep_script} --command "Rscript 01_indep_differential.R" --arg_dict '{"N":${Ns},"m":${ms}, "seed":${seeds}, "outfile":["example_1.feather"], "y_explained_variance":${explained_variances}, "Bzx":[1]}' --outfile example_1_jobs example_1.feather: example_1_jobs my_pylauncher.py - sbatch -J "multiple iv measerr correction" skx_1.sbatch my_pylauncher.py $< --cores 1 + sbatch -J "multiple iv measerr correction" skx_5.sbatch my_pylauncher.py $< --cores 1 remembr.RDS:example_1.feather # rm -f remembr.RDS