Llama-3.1-8B-DALv0.1
/
venv
/lib
/python3.12
/site-packages
/numpy
/f2py
/tests
/src
/common
/gh19161.f90
module typedefmod | |
use iso_fortran_env, only: real32 | |
end module typedefmod | |
module data | |
use typedefmod, only: real32 | |
implicit none | |
real(kind=real32) :: x | |
common/test/x | |
end module data | |