# CMake support for Fujitsu compilers

**URL:** https://discourse.cmake.org/t/cmake-support-for-fujitsu-compilers/2055
**Category:** Development
**Created:** [October 23, 2020, 10:08pm UTC](https://discourse.cmake.org/t/cmake-support-for-fujitsu-compilers/2055 "2020-10-23T22:08:54Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Sreepathi\_Sarat](https://discourse.cmake.org/user_avatar/discourse.cmake.org/sreepathi_sarat/32/907_2.png) [@Sreepathi\_Sarat](https://discourse.cmake.org/u/Sreepathi_Sarat)
#### Post date: [October 23, 2020, 10:08pm UTC](https://discourse.cmake.org/t/cmake-support-for-fujitsu-compilers/2055/1 "2020-10-23T22:08:54Z")

</div>

I’m trying to build CMake based applications on an Arm (A64FX) supercomputer (Fugaku) using Fujitsu compilers. Unfortunately, I’m running into several issues which essentially boil down to CMake not recognizing Fujitsu compilers and libraries

From related issue ([FindBLAS with Fujitsu libraries](https://discourse.cmake.org/t/findblas-with-fujitsu-libraries/1953)), I understand what needs to be in place for BLAS libraries.

Found this link that lists supported compilers:  
[https://cmake.org/cmake/help/latest/manual/cmake-compile-features.7.html#supported-compilers](https://cmake.org/cmake/help/latest/manual/cmake-compile-features.7.html#supported-compilers)

I’m checking to see if anyone in the community has already solved this issue before. If not, what does adding support for a new compiler entail? Is there a specific point of contact at Kitware etc. who could point the way.

Thanks,  
Sarat.

–  
Sarat Sreepathi,  
Computer Scientist  
Oak Ridge National Laboratory

---

<div class="post-metadata">

### Author: ![brad.king](https://discourse.cmake.org/user_avatar/discourse.cmake.org/brad.king/32/11_2.png) [@brad.king](https://discourse.cmake.org/u/brad.king)
#### Post date: [October 26, 2020, 1:35pm UTC](https://discourse.cmake.org/t/cmake-support-for-fujitsu-compilers/2055/2 "2020-10-26T13:35:36Z")

</div>

Cc: @chuckatkins

---

<div class="post-metadata">

### Author: ![chuckatkins](https://discourse.cmake.org/user_avatar/discourse.cmake.org/chuckatkins/32/258_2.png) [@chuckatkins](https://discourse.cmake.org/u/chuckatkins)
#### Post date: [October 28, 2020, 4:00pm UTC](https://discourse.cmake.org/t/cmake-support-for-fujitsu-compilers/2055/3 "2020-10-28T16:00:53Z")

</div>

Hi Sarat,  
I’ve done some work on a feature branch to add support for the older fujitsu sparc compiler but not the new A64FX clang based one. The biggest impediment is really a lack of access and documentation; I simply don’t have access to an A64FX dev environment with the Fujitsu compiler. Even with just documentation I can get pretty far, probably enough to get something working, even without machine access, although that would be preferred.

Please feel free to contact me directly at chuck dot atkins at kitware dot com to see if we can perhaps make some progress on the issue.

---

<div class="post-metadata">

### Author: ![Sreepathi\_Sarat](https://discourse.cmake.org/user_avatar/discourse.cmake.org/sreepathi_sarat/32/907_2.png) [@Sreepathi\_Sarat](https://discourse.cmake.org/u/Sreepathi_Sarat)
#### Post date: [October 28, 2020, 10:42pm UTC](https://discourse.cmake.org/t/cmake-support-for-fujitsu-compilers/2055/4 "2020-10-28T22:42:22Z")

</div>

Just bringing some closure to this thread.We are trying to make progress on this issue offline.

---

<div class="post-metadata">

### Author: ![Sreepathi\_Sarat](https://discourse.cmake.org/user_avatar/discourse.cmake.org/sreepathi_sarat/32/907_2.png) [@Sreepathi\_Sarat](https://discourse.cmake.org/u/Sreepathi_Sarat)
#### Post date: [January 14, 2021, 4:56am UTC](https://discourse.cmake.org/t/cmake-support-for-fujitsu-compilers/2055/5 "2021-01-14T04:56:29Z")

</div>

FYI, thanks to @chuckatkins, Fujitsu is supported. Details at [Testing Fujitsu support](https://discourse.cmake.org/t/testing-fujitsu-support/2408)
