gcc_termux icon indicating copy to clipboard operation
gcc_termux copied to clipboard

omp_lib_kinds.mod omp_lib.mod etc. missing for gcc-8 (and other gccs?)

Open rkouznetsov opened this issue 3 years ago • 0 comments

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!

rkouznetsov avatar Feb 24 '21 16:02 rkouznetsov