Skip to content

Commit 9f020a9

Browse files
authored
docs(developer): mention that ifort is no longer supported by intel (#2517)
Intel has removed ifort from their distributions, reflect that in DEVELOPER.md
1 parent 87b5105 commit 9f020a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Binaries may also be downloaded and installed from the [releases here](https://g
142142

143143
#### Intel Fortran
144144

145-
Intel Fortran can also be used to compile MODFLOW 6 and associated utilities. The `ifort` and `ifx` compilers are available in the [Intel oneAPI HPC Toolkit](https://software.intel.com/content/www/us/en/develop/tools/oneapi/hpc-toolkit/download.html).
145+
Intel Fortran can also be used to compile MODFLOW 6 and associated utilities. The next generation Fortran compiler `ifx` is available in the [Intel oneAPI HPC Toolkit](https://software.intel.com/content/www/us/en/develop/tools/oneapi/hpc-toolkit/download.html). Both `ifx` and the older `ifort` are available in oneAPI versions released prior to 2025.
146146

147147
A number of environment variables must be set before using Intel Fortran. General information can be found [here](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup.html), with specific instructions to configure a shell session for `ifort` [here](https://www.intel.com/content/www/us/en/develop/documentation/fortran-compiler-oneapi-dev-guide-and-reference/top/compiler-setup/use-the-command-line/specifying-the-location-of-compiler-components.html).
148148

0 commit comments

Comments
 (0)