Error in installation

Hope you all had a Merry Christmas.

As suggested by our system administrator, I loaded module:
intel/2018_u1. Then use:
./configure FC=ifort CC=icc MPIFC=mpiifort .
In Makefile, add FC = ifort -mcmodel=large .

But I still got some error like below. What may I try now? Appreciate your help in advance.

============
src/specfem3D/compute_element.F90(1380): warning #7025: This directive is not standard F2008. !DIR$ ATTRIBUTES INLINE :: compute_element_stress_attenuation_contrib------^
src/specfem3D/compute_element.F90(1382): remark #5082: Directive ignored - Syntax error, found IDENTIFIER ‘ALWAYS’ when expecting one of: ; RECURSIVE !DIR$ INLINEALWAYS compute_element_stress_attenuation_contrib------------^
src/specfem3D/compute_forces_crust_mantle_Dev.F90(556): warning #7025: This directive is not standard F2008. !DIR$ ATTRIBUTES FORCEINLINE :: mxm5_3comp_singleA------^

src/specfem3D/compute_forces_crust_mantle_Dev.F90(558): remark #5082: Directive ignored - Syntax error, found IDENTIFIER ‘ALWAYS’ when expecting one of: ; RECURSIVE
!DIR$ INLINEALWAYS mxm5_3comp_singleA------------^

src/specfem3D/compute_forces_crust_mantle_Dev.F90(592): warning #15552: loop was not vectorized with “simd”

src/specfem3D/compute_forces_inner_core_Dev.F90(455): warning #15552: loop was not vectorized with “simd”

[mpiexec@cn0639] match_arg (…/…/utils/args/args.c:254): unrecognized argument mca
[mpiexec@cn0639] HYDU_parse_array (…/…/utils/args/args.c:269): argument matching returned error
[mpiexec@cn0639] parse_args (…/…/ui/mpich/utils.c:4770): error parsing input array
[mpiexec@cn0639] HYD_uii_mpx_get_parameters (…/…/ui/mpich/utils.c:5106): unable to parse user arguments

Hi there,

these commands works fine for me, but i am using gnu compiler:

./configure FC=gfortran CC=gcc MPIFC=mpif90 --with-mpi

In the manual it says (surely you read it):
You can replace the GNU compilers above (gfortran and gcc) with other compilers if you want to; for instance for Intel ifort and icc use FC=ifort CC=icc instead.

I can not find information about using MPIFC=mpiifort.
Maybe thats the issue?

Hope this helps somehow :slight_smile: