Merge branch '308-fortran-type-for-result-and-hdf5_utilities-not-found-when-using-classic-intel-compiler' into 'development'

fix issues with compilation

Closes #308

See merge request damask/DAMASK!822
This commit is contained in:
Daniel Otto de Mentock 2023-10-16 12:59:20 +00:00
commit 5bb7e54dfc
2 changed files with 0 additions and 24 deletions

View File

@ -30,15 +30,6 @@ module math
module procedure math_expand_real
end interface math_expand
#if __INTEL_COMPILER >= 1900
! do not make use of associated entities available to other modules
private :: &
misc, &
IO, &
config, &
parallelization
#endif
real(pREAL), parameter :: &
PI = acos(-1.0_pREAL), & !< ratio of a circle's circumference to its diameter
TAU = 2.0_pREAL*PI, & !< ratio of a circle's circumference to its radius

View File

@ -353,21 +353,6 @@ module phase
end interface
#if __INTEL_COMPILER >= 1900
public :: &
prec, &
math, &
rotations, &
IO, &
config, &
material, &
result, &
crystal, &
discretization, &
HDF5_utilities
#endif
public :: &
phase_init, &
phase_homogenizedC66, &