Skip to content

Commit 2b3d36c

Browse files
authored
Merge pull request OpenFAST#2439 from deslaughter/f/tight-coupling
Tight-Coupling Algorithm for OpenFAST 5.0
2 parents 22848f9 + f24802b commit 2b3d36c

263 files changed

Lines changed: 59227 additions & 63379 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/scripts/build_windows_executables.bat

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,13 @@ powershell -command "(Get-Content -Path '.\vs-build\CreateGitVersion.bat') -repl
1010
echo on
1111

1212
@REM Build all solutions
13-
devenv vs-build/AeroDisk/AeroDisk_Driver.sln /Build "Release|x64"
14-
devenv vs-build/AeroDyn/AeroDyn_Driver.sln /Build "Release|x64"
15-
devenv vs-build/AeroDyn/AeroDyn_Driver.sln /Build "Release_OpenMP|x64"
16-
devenv vs-build/AeroDyn_Inflow_c_binding/AeroDyn_Inflow_c_binding.sln /Build "Release|x64"
17-
devenv vs-build/AeroDyn_Inflow_c_binding/AeroDyn_Inflow_c_binding.sln /Build "Release_OpenMP|x64"
18-
devenv vs-build/BeamDyn/BeamDyn-w-registry.sln /Build "Release|x64"
19-
devenv vs-build/Discon/Discon.sln /Build "Release|x64"
20-
devenv vs-build/FAST-farm/FAST-Farm.sln /Build "Release|x64"
21-
devenv vs-build/FAST-farm/FAST-Farm.sln /Build "Release_OpenMP|x64"
22-
devenv vs-build/HydroDyn/HydroDynDriver.sln /Build "Release|x64"
23-
devenv vs-build/HydroDyn_c_binding/HydroDyn_c_binding.sln /Build "Release|x64"
24-
devenv vs-build/InflowWind_c_binding/InflowWind_c_binding.sln /Build "Release|x64"
25-
devenv vs-build/InflowWind/InflowWind_driver.sln /Build "Release|x64"
26-
devenv vs-build/InflowWind/InflowWind_driver.sln /Build "Release_OpenMP|x64"
27-
devenv vs-build/MoorDyn/MoorDynDriver.sln /Build "Release|x64"
28-
devenv vs-build/MoorDyn_c_binding/MoorDyn_c_binding.sln /Build "Release|x64"
29-
devenv vs-build/FAST/FAST.sln /Build "Release|x64"
30-
devenv vs-build/SeaState/SeaStateDriver.sln /Build "Release|x64"
31-
devenv vs-build/SimpleElastoDyn/SimpleElastoDyn_Driver.sln /Build "Release|x64"
32-
devenv vs-build/SubDyn/SubDyn.sln /Build "Release|x64"
33-
devenv vs-build/TurbSim/TurbSim.vfproj /Build "Release|x64"
34-
devenv vs-build/UnsteadyAero/UnsteadyAero.sln /Build "Release|x64"
13+
devenv vs-build/OpenFAST.sln /Build "Release|x64"
14+
devenv vs-build/OpenFAST.sln /Build "Release_OpenMP|x64"
3515

3616
@REM Build MATLAB solution last
37-
devenv vs-build/FAST/FAST.sln /Build "Release_Matlab|x64"
17+
devenv vs-build/OpenFAST.sln /Build "Release_Matlab|x64"
3818

3919
@REM Copy controllers to bin directory
40-
xcopy .\reg_tests\r-test\glue-codes\openfast\5MW_Baseline\ServoData\*.dll .\build\bin\ /y
20+
@REM xcopy .\reg_tests\r-test\glue-codes\openfast\5MW_Baseline\ServoData\*.dll .\build\bin\ /y
4121

4222
exit /b %ERRORLEVEL%

0 commit comments

Comments
 (0)