femiguez / apsimx

R package for APSIM-X
https://femiguez.github.io/apsimx-docs/
51 stars 20 forks source link

Add testing for 'cores' argument in sens_apsimx #126

Closed femiguez closed 5 months ago

femiguez commented 1 year ago

Need to test this as some simulations seem to fail when this is used

femiguez commented 5 months ago

At the moment, I do not have a solution for perfect use of the cores argument. Some failures and different results might occur. Only available for unix, but will try to add an option for Windows. Another option would be to add back-end, using 'futures' for example

femiguez commented 5 months ago

Tasks:

femiguez commented 5 months ago

Update: ran a sensitivity analysis with 78125 combinations in Linux (Xubuntu) without any failures using 6 cores (out of 8 available)

femiguez commented 5 months ago

Have I solved the issues I was having before? Need to test on other set ups and still need to develop Windows-compatible option

femiguez commented 5 months ago

This seems to be working