basico
basico copied to clipboard
does basico use threading?
Hello!
I have thinking of running Basico on an HPC, but I was wondering if Basico uses threading to make use of multitasking and more CPU cores. I have run the UI previously on my laptop, but to do massive parameter scans I wanted to understand how could I leverage the performance of the HPC.
Thank you!
Regards, Z
The way I use it with HPC:
- I let basico generate all the cps files I want to run
- then I execute all the cps files with hpc (mostly using
CopasiSE) - finally I postprocess the results with basico
I hope that helps if you have better ideas please let me know