# No Intel compiler on macOS anymore

**URL:** https://fortran-lang.discourse.group/t/no-intel-compiler-on-macos-anymore/6822
**Category:** Uncategorized
**Created:** [November 18, 2023, 11:37pm UTC](https://fortran-lang.discourse.group/t/no-intel-compiler-on-macos-anymore/6822 "2023-11-18T23:37:29Z")
**Posts on this page:** 9
**Page:** 2

<div class="post-metadata">

### Author: ![msz59](https://avatars.discourse-cdn.com/v4/letter/m/3d9bf3/32.png) [@msz59](https://fortran-lang.discourse.group/u/msz59)
#### Post date: [November 26, 2023, 4:31pm UTC](https://fortran-lang.discourse.group/t/no-intel-compiler-on-macos-anymore/6822/21 "2023-11-26T16:31:35Z")

</div>

> [@PierU](#):
>
> This is probably motivated by the declining installed base of Intel Macs, particulary among people who are crunching numbers…

Are there really many people doing serious number crunching on Macs? Laptops are definitely not suitable for that and Mac Pros have price-to-performance ratio heavily discouraging IMHO.

---

<div class="post-metadata">

### Author: ![RonShepard](https://avatars.discourse-cdn.com/v4/letter/r/a3d4f5/32.png) [@RonShepard](https://fortran-lang.discourse.group/u/RonShepard)
#### Post date: [November 26, 2023, 5:34pm UTC](https://fortran-lang.discourse.group/t/no-intel-compiler-on-macos-anymore/6822/22 "2023-11-26T17:34:02Z")

</div>

> [@msz59](#):
>
> Are there really many people doing serious number crunching on Macs?

Probably not (if by “serious” you mean exascale computing), but there are many of us who like to do code development on Macs. With some care, you can write portable shell scripts, makefiles, etc. between Macs and the large linux clusters that are the eventual targets for the codes, so it is a nice development environment. One advantage is that when it comes time to write the papers or make powerpoint presentations, all of the data and software are all right there together.

---

<div class="post-metadata">

### Author: ![msz59](https://avatars.discourse-cdn.com/v4/letter/m/3d9bf3/32.png) [@msz59](https://fortran-lang.discourse.group/u/msz59)
#### Post date: [November 26, 2023, 6:53pm UTC](https://fortran-lang.discourse.group/t/no-intel-compiler-on-macos-anymore/6822/23 "2023-11-26T18:53:17Z")

</div>

Would the newest Intel `ifx` compiler work on multipass-installed Linux on Apple silicon Mac? Multipass itself is supposed to work on M1/M2 machines, so I guess it uses Intel CPU emulation.

---

<div class="post-metadata">

### Author: ![rbitr](https://avatars.discourse-cdn.com/v4/letter/r/f1d935/32.png) [@rbitr](https://fortran-lang.discourse.group/u/rbitr)
#### Post date: [November 26, 2023, 7:08pm UTC](https://fortran-lang.discourse.group/t/no-intel-compiler-on-macos-anymore/6822/24 "2023-11-26T19:08:15Z")

</div>

I have the impression that newer macs M1/2/3 are very popular for AI inference, at least for developers and hobbyists, probably not for actually serving models. ggml/llama.cpp seems very mac focused. And this brings in a lot of developer interest.

---

<div class="post-metadata">

### Author: ![Walt](https://yyz2.discourse-cdn.com/free1/user_avatar/fortran-lang.discourse.group/walt/32/2465_2.png) [@Walt](https://fortran-lang.discourse.group/u/Walt)
#### Post date: [November 26, 2023, 7:58pm UTC](https://fortran-lang.discourse.group/t/no-intel-compiler-on-macos-anymore/6822/25 "2023-11-26T19:58:30Z")

</div>

No surprise here…

I just setup a remote machine with an Intel Gen 13 processor, 128 GB and a NVidia 4070 to work on, works great. VSCode has a remote ssh extension that works great, so my 2017 iMac is now just an elaborate terminal.

IMO Apple has gone off the deep end again, they publicly announced that they would not make another 27" iMac which was one of the most popular models for content creators and high end users. My guess is the Apple M2/M3 didn’t have the thermal characteristics and performance to compete with the latest Intel… it sure would be more cost effective to buy a 27" iMac with an Intel processor than a 27" studio display and a Mac M2 Pro at a cost of around $4500 before taxes… ok I am ranting.

---

<div class="post-metadata">

### Author: ![msz59](https://avatars.discourse-cdn.com/v4/letter/m/3d9bf3/32.png) [@msz59](https://fortran-lang.discourse.group/u/msz59)
#### Post date: [December 28, 2023, 9:40am UTC](https://fortran-lang.discourse.group/t/no-intel-compiler-on-macos-anymore/6822/26 "2023-12-28T09:40:36Z")

</div>

> [@msz59](#):
>
> Would the newest Intel `ifx` compiler work on multipass-installed Linux on Apple silicon Mac? Multipass itself is supposed to work on M1/M2 machines, so I guess it uses Intel CPU emulation.

The answer is **no**. Multipass does indeed work but it installs _arm64_ version of Ubuntu.

---

<div class="post-metadata">

### Author: ![PierU](https://yyz2.discourse-cdn.com/free1/user_avatar/fortran-lang.discourse.group/pieru/32/1848_2.png) [@PierU](https://fortran-lang.discourse.group/u/PierU)
#### Post date: [December 28, 2023, 4:59pm UTC](https://fortran-lang.discourse.group/t/no-intel-compiler-on-macos-anymore/6822/27 "2023-12-28T16:59:05Z")

</div>

> [@msz59](#):
>
> The answer is **no**. Multipass does indeed work but it installs _arm64_ version of Ubuntu.

~~“arm64” is the usual x86 64 bits architecture (including the Intel CPUs), so the Intel compiler supports it.~~

---

<div class="post-metadata">

### Author: ![Jweber](https://avatars.discourse-cdn.com/v4/letter/j/e95f7d/32.png) [@Jweber](https://fortran-lang.discourse.group/u/Jweber)
#### Post date: [December 28, 2023, 6:01pm UTC](https://fortran-lang.discourse.group/t/no-intel-compiler-on-macos-anymore/6822/28 "2023-12-28T18:01:08Z")

</div>

The ARM architecture is not compatible with x86 (aside from software emulation).  
As Intel currently does not produce ARM CPUs, Intel compilers do not support the ARM platform.

Thus as a consequence of Apple switching to the ARM platform, there will be no Intel compilers that support current Apple Silicon chips.

---

<div class="post-metadata">

### Author: ![PierU](https://yyz2.discourse-cdn.com/free1/user_avatar/fortran-lang.discourse.group/pieru/32/1848_2.png) [@PierU](https://fortran-lang.discourse.group/u/PierU)
#### Post date: [December 28, 2023, 6:29pm UTC](https://fortran-lang.discourse.group/t/no-intel-compiler-on-macos-anymore/6822/29 "2023-12-28T18:29:31Z")

</div>

My bad, I read “arm64” but was thinking “amd64”!

[Previous page](https://fortran-lang.discourse.group/t/no-intel-compiler-on-macos-anymore/6822.md?page=1)
