bernardoct / WaterPaths

WaterPaths - A utility planning and management tool based off the NC Triangle model.
Apache License 2.0
18 stars 8 forks source link

Bootstrap samples not working with Borg. #21

Closed bernardoct closed 3 years ago

bernardoct commented 5 years ago

Get error below when trying to run bootstrapping sub-sampling when WaterPaths is compiled with Borg: ModuleCmd_Load.c(200):ERROR:105: Unable to locate a modulefile for 'vim-8.0' /var/spool/torque/mom_priv/jobs/458256.thecube.cac.cornell.edu.SC: line 12: 5382 Segmentation fault ./triangleSimulation_borg -T 16 -t 2344 -r ${N_REALIZATIONS} -d /scratch/bct52/ -s solutions_not_crashed.csv -C -1 -O rof_tables_valgrind/ -U TestFiles/rdm_utilities_reeval.csv -P TestFiles/rdm_dmp_reeval.csv -W TestFiles/rdm_water_sources_reeval.csv -m 270 -S 300 -A 1000

My theory is that one of the realizations is crashing, and the bootstrap-sub-sampled objective calculations is not accounting for that.

bernardoct commented 3 years ago

Fixed.