You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/install/install_vs_windows.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,21 +11,21 @@ Prerequisites
11
11
12
12
1. A version of Visual Studio (VS).
13
13
14
-
- Currently VS 2013 Professional and VS 2015 Community Edition have been tested with OpenFAST.
14
+
- NOTE: not all VS Studio versions are supported by the Intel compilers. In general, the Fortran compiler must be newer than Visual Studio. A list of Intel Fortran compatible VS versions and specific installation notes are found `here <https://software.intel.com/en-us/intel-parallel-studio-xe-compilers-required-microsoft-visual-studio>`_.
15
15
16
-
- A list of Intel Fortran compatible VS versions and specific installation notes are found `here <https://software.intel.com/en-us/intel-parallel-studio-xe-compilers-required-microsoft-visual-studio>`_.
16
+
- Currently VS 2019 Community Edition, VS 2022 Professional, and VS 2022 Community Edition have been tested with OpenFAST. Download VS 2022 Community `here <https://aka.ms/vs/17/release/vs_community.exe>`__.
17
17
18
-
- The included C/C++ project files for MAP++ and the Registry are compatible with VS 2013, but will upgrade seemlessly to a newer version of VS.
18
+
- When installing Visual Studio, select the ``Desktop development with C++`` under ``Workloads``.
19
19
20
-
- If you download and install `Visual Studio 2015 Community Edition <https://go.microsoft.com/fwlink/?LinkId=691978&clcid=0x409>`__, you will need to be sure and select the ``C/C++ component`` using the ``Customize`` option.
20
+
- Note: The included C/C++ project files for MAP++ and the Registry are compatible with VS 2019, but will upgrade seemlessly to a newer version of VS.
21
21
22
22
2. Intel Fortran Compiler
23
23
24
-
- Currently only version 2017.1 has been tested with OpenFAST, but any newer version should be compatible.
24
+
- We recommend compiling with the IFX compiler from Intel. This is included in the ``Intel Fortran Essentials`` installation package. Currently tested with version 2025.3
25
25
26
-
- You can download an Intel Fortran compiler `here <https://software.intel.com/en-us/fortran-compilers>`__.
26
+
- You can download ``Intel Fortran Essentials`` `here <https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler-download.html>`__. Note: do not install the ``oneAPI HPC Toolkit``
27
27
28
-
- Only install Intel Fortran after you have completed your Visual Studio installation.
28
+
- Only install Intel Fortran after you have completed your Visual Studio installation. Note that Intel Fortran must be compatible with your version of Visual Studio. See `here <https://www.intel.com/content/www/us/en/developer/articles/reference-implementation/intel-compilers-compatibility-with-microsoft-visual-studio-and-xcode.html>`__ for compatibility tables.
@@ -257,7 +257,6 @@ SUBROUTINE WAMIT_Init( InitInp, u, p, x, xd, z, OtherState, y, m, Interval, ErrS
257
257
p%ExctnGridParams%pZero(4) =-Pi
258
258
end if
259
259
p%ExctnGridParams%n(4) = p%NExctnHdg+1
260
-
p%ExctnGridParams%Z_depth =-1.0! Set to Z_depth to a negative value to indicate uniform "z" grid for platform heading
261
260
262
261
! This module's implementation requires that if NBodyMod = 2 or 3, then there is one instance of a WAMIT module for each body, therefore, HydroDyn may have NBody > 1, but this WAMIT module will have NBody = 1
0 commit comments