bifacial_radiance icon indicating copy to clipboard operation
bifacial_radiance copied to clipboard

what does HPC do? and the relevant requirement

Open afterdream85 opened this issue 3 years ago • 1 comments

I am writing to check the HPC opion in the code. By checking the main.py code, I could not really see what HPC option does.

I tried to check the relevant tutorial (tutorial 10), but it is still under development.

Also, if I want to use the HPC mode, what is the requirement for the PC or server?

Thanks.

afterdream85 avatar Nov 11 '21 09:11 afterdream85

Hi, Running bifacial_radiance on an HPC is not quite as simple as selecting HPC=True in the simulation. This input option is mainly to disable file saving operations when multi-threading to avoid overwriting files when multiple cores are accessing the same input or output files. A more complete HPC example is being worked on now to demonstrate setting up runs with a Docker image in the AWS environment.

cdeline avatar Jan 12 '22 23:01 cdeline