gcc_termux
gcc_termux copied to clipboard
omp_lib_kinds.mod omp_lib.mod etc. missing for gcc-8 (and other gccs?)
Hi,
I am now in a process of compiling for temux a model that we normally run on a HPC :). Running it on a phone would be fun.
I have found out that gcc-8 lacks openmp modules the files that normally come with gfortran-8 package in debian-based distros. The files look portable, so compilation of several .f90 files with omp_lib.mod taken from ubuntu gfortran-8 package passed for me (still arranging missing parts to finish the compilation of the whole program). It would be great to include omp_lib*.mod and openacc*mod to the gcc-8 termux package.
Thank you!