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
Then, in order to initialize your development environment, open a terminal window and run:
71
-
72
-
```shell {"id":"01HZFPNJRJKJ897YPN2TFT7D3V"}
70
+
```shell
73
71
"C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
74
72
```
75
73
@@ -92,28 +90,28 @@ You can now follow the appropriate instructions for your distribution.
92
90
<details>
93
91
<summary><h3>MacOS</h3></summary>
94
92
95
-
-**If you use [ZSH]** (Verify with `echo $SHELL`)
93
+
-**If you use [ZSH]** (Verify with `echo $SHELL`)
96
94
97
-
```shell {"id":"01HZFPNJRJKJ897YPN2V88SDBX"}
95
+
```shell
98
96
touch ~/.zshrc
99
97
open ~/.zshrc
100
98
```
101
99
102
-
-**If you use [BASH]** (Verify with `echo $SHELL`)
103
-
104
-
```shell {"id":"01HZFPNJRJKJ897YPN2XN8DXFZ"}
100
+
-**If you use [BASH]** (Verify with `echo $SHELL`)
101
+
102
+
```shell
105
103
touch ~/.bash_profile
106
104
open ~/.bash_profile
107
105
```
108
-
106
+
109
107
An editor should open.
110
108
Please paste the following lines into it before saving the file.
111
109
If you wish to use a version of GNU's GCC other than 13, modify the first assignment.
112
110
These lines ensure that LLVM's Clang, and Apple's modified version of GCC, won't be used to compile MFC.
113
111
Further reading on `open-mpi` incompatibility with `clang`-based `gcc` on macOS: [here](https://stackoverflow.com/questions/27930481/how-to-build-openmpi-with-homebrew-and-gcc-4-9).
114
112
We do *not* support `clang` due to conflicts with the Silo dependency.
0 commit comments