shanvach
shanvach
Hi, `mpicxx -showme:link` `g++: error: unrecognized command line option ‘-showme:link’; did you mean ‘--force-link’?` `mpif90 -showme:link` `g++: error: unrecognized command line option ‘-showme:link’; did you mean ‘--force-link’?` `mpicxx -link_info` ```...
So I have attached my Make.unknown file (with NO_MPI_CHECKING=TRUE) and the output while doing make [Make.unknown.txt](https://github.com/AMReX-Codes/amrex-tutorials/files/13940593/Make.unknown.txt) [job.output.txt](https://github.com/AMReX-Codes/amrex-tutorials/files/13940594/job.output.txt)
According to this (https://www.nas.nasa.gov/hecc/support/kb/porting-with-hpes-mpi-and-intel-openmp_104.html),  Should I change some commands while configuring and executing the make command
Hi, I was able to build it using the following step. ``` module load comp-intel module load mpi-hpe/mpt export MPICC_CC=icc export MPICXX_CXX=icpc export MPIF90_F90=ifort export NO_MPI_CHECKING=TRUE # configure and install...