trophia / sna1

A model of the SNA1 fishery
2 stars 2 forks source link

message from supercomputer when running our model on it #12

Closed bianrq closed 8 years ago

bianrq commented 8 years ago

terminate called after throwing an instance of 'boost::filesystem::filesystem_error what(): Aborted (core dumped)

nokome commented 8 years ago

This looks like it occurred because the output folder is missing. Create it first (mkdir -p output/fishes) and then try running again. I will write some code to ensure all necessary folders are created on initialisation to avoid this in future.

Note that you will need to copy the input folder to the supercomputer too when we have files in there.