mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Toolchain: Use MPI compiler wrappers also for C and C++
This commit is contained in:
parent
83d825b20d
commit
de2e98d62d
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ cd ${INSTALLDIR}/arch
|
|||
|
||||
# need to switch between FC and MPICC etc in arch file, but cannot use
|
||||
# same variable names, so use _arch suffix
|
||||
CC_arch="$CC"
|
||||
CXX_arch="$CXX"
|
||||
CC_arch="IF_MPI(${MPICC}|${CC})"
|
||||
CXX_arch="IF_MPI(${MPICXX}|${CXX})"
|
||||
FC_arch="IF_MPI(${MPIFC}|${FC})"
|
||||
LD_arch="IF_MPI(${MPIFC}|${FC})"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue