basico icon indicating copy to clipboard operation
basico copied to clipboard

does basico use threading?

Open syedzayyan opened this issue 2 years ago • 1 comments

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

syedzayyan avatar May 11 '23 15:05 syedzayyan

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

fbergmann avatar May 11 '23 19:05 fbergmann