its-pointless / gcc_termux

Gcc for termux with fortran scipy etc... Use apt for newest updates instructions in README.txt
460 stars 74 forks source link

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

Open rkouznetsov opened 3 years ago

rkouznetsov commented 3 years ago

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 openaccmod to the gcc-8 termux package.

Thank you!