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: README.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,9 @@ Final Assignment
5
5
6
6
## Dependencies
7
7
8
-
- Cmake 3.24
8
+
- Cmake 3.28.3
9
9
- Doxygen 1.9.8 (`sudo apt install doxygen`)
10
10
- Libxerces (`sudo apt install libxerces-c-dev`)
11
-
12
11
## Build
13
12
14
13
### Configuration
@@ -34,26 +33,26 @@ Final Assignment
34
33
cmake -S . -B build -DBUILD_TESTS=ON
35
34
```
36
35
37
-
To build with Intel's C++ compiler (```icx```/```icpx```), set the following options:
36
+
To build with Intel's C++ compiler (```icx```/```icpx```), set the following options (currently this is on the [`coolmuc_test`](https://github.com/jkr11/MolSim/tree/coolmuc_test) branch, but it works locally)
0 commit comments