Replies: 1 comment 1 reply
-
Dear @niay000, The only parallelization currently supported in OpenFAST is OpenMP parallelization that can speed up simulations with OLAF and FAST.Farm enabled. But if you are not using OLAF or FAST.Farm, this parallelization wont help you. We presented a new tight coupling algorithm for OpenFAST a week ago at the NAWEA / WindTech 2023 conference that offers a 10x-100x speed up (depending on the case) for models that previously had structure-structure coupling between BeamDyn-ElastoDyn and/or ElastoDyn-SubDyn. The speed up tight coupling brings comes from the ability to use larger time steps rather than through parallelization of the algorithm. Though not officially released yet, you can track the progress here: #1850. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Dear all,
I’m using OpenFAST v3.0.0. I would like to ask if OpenFast can use parallel computing, I want to shorten the calculation time because I do a lot of calculations.
I read the documentation of OpenFAST. And I tried the following methods.
But the calculation time doesn't seem to be reduced.
Any help would be appreciated,
Best regards,
Compile in parallel by adding “-jN” to the command where N is the number of makeparallel processes to use; i.e. .make -j4 openfast
Beta Was this translation helpful? Give feedback.
All reactions