Alain Miniussi

Results 58 comments of Alain Miniussi

So, when I specify both Kokkos_ENABLE_HIP and Kokkos_ENABLE_OPENMP, the openmp flags are added after the HIP flags. Where is that order specified and is there a way to switch it...

> We use `target_compile_options` for the `HIP` flags and treat `OpenMP` as an external package via `target_link_libraries`. Ok, but I could not find the place where -fopenmp is added to...

@ajpowelsnl well, I still haven't found how/if I can modify the kokkos cmake file to have -fopenmp appearing before -xhip in the generated compile command.

Hi Milan. If it exists, il could: 1. be integrated to the CMake distrib as a contribution 2. be deployed with neural-fortran (CMake would then find it based on the...

``` 11:51:50 [alainm@pollux rel]# rm -rf * 11:51:55 [alainm@pollux rel]# cmake .. -DCMAKE_BUILD_TYPE=Release -- The C compiler identification is IntelLLVM 2023.1.0 -- The Fortran compiler identification is IntelLLVM 2023.1.0 --...

Note that HDF5 was built with cmake, here is the organisation of the libs: ``` -rw-r--r-- 1 spack spack 84794 May 17 2023 jarhdf5-1.14.1.jar -rw-r--r-- 1 spack spack 10477364 May...

The choice was made to remain "old school" to accommodate older compilers. It's a choice that could be discussed tough.

Yes. ---- Alain Miniussi DSI, Pôles Calcul et Genie Log. Observatoire de la Côte d'Azur Tél. : +33492003009 (Mont-Gros) +33483618544 (Sophia Antipolis) +33609650665 ----- On 22 Jan 21, at 15:35,...

@Lagrang3 I don't do that very often but yes, I do a bootstrap.sh (either with the --prefix option or I edit the bottom of the project bjam config, as the...

There is now a cmake build available, ad I copied al the bjam tests into ctest tests. It's available on develop.