Skip to content

Commit

Permalink
Add info on compiler dependencies
Browse files Browse the repository at this point in the history
see issue #297 for details
  • Loading branch information
HomesGH authored Mar 21, 2024
1 parent 6b513c1 commit 54bce74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Some of the most common compilers are

The Intel Classic Compiler (`icc` and `icpc`) is not recommended to use, since it is deprecated and does not work with AutoPas.

Note: The Intel oneAPI compiler may rely on some external C++ libraries shipped with gcc (see [this issue](https://github.com/ls1mardyn/ls1-mardyn/issues/297) for details).

Specifying the compiler this way is only possible at the first execution of cmake.
If you want to change the compiler later on, either add another build directory, or first clear the existing build directory.

Expand Down

0 comments on commit 54bce74

Please sign in to comment.