Skip to content

Commit

Permalink
Remove missing mentions of mpi2 or mpi3
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Stein authored and fstein93 committed Dec 19, 2022
1 parent 0f4c3be commit 4989f36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmarks/QS_DM_LS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Following results were obtained in the following conditions:
- Date: 15th November 2019
- CP2K version: version 7.0 (Development Version, git:78cea8eeebb25e459941d8a28d987c9990d92676)
- DBCSR version: v2.0.0-rc9 (git:15fdaba855385f12db7599a6e69b51a7a4ce8a9a)
- CP2K flags: omp libint fftw3 libxc elpa parallel mpi3 scalapack acc pw_cuda
- CP2K flags: omp libint fftw3 libxc elpa parallel scalapack acc pw_cuda
xsmm dbcsr_acc max_contr=4
- Machine: Piz Daint (GPU partition), CSCS
- Slurm configuration: 2 MPI ranks per node, 12 OpenMP threads per MPI rank
Expand Down
1 change: 0 additions & 1 deletion src/cp2k_info.F
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ FUNCTION cp2k_flags() RESULT(flags)
#endif
#if defined(__parallel)
flags = TRIM(flags)//" parallel"
flags = TRIM(flags)//" mpi3"
#endif
#if defined(__SCALAPACK)
flags = TRIM(flags)//" scalapack"
Expand Down
4 changes: 2 additions & 2 deletions tests/TEST_DIRS
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ QS/regtest-mp2-admm-grad libint
QS/regtest-double-hybrid-stress
QS/regtest-double-hybrid-grad
QS/regtest-hfx-ri-2 libint libxc
QS/regtest-rma libint mpi3
QS/regtest-rma libint
QS/regtest-gapw_xc libint
LIBTEST/libvori libvori
LIBTEST/libbqb libbqb
QS/regtest-rma-3D libint mpi3
QS/regtest-rma-3D libint
TMC/regtest_ana_on_the_fly parallel mpiranks>2
TMC/regtest parallel mpiranks>1
TMC/regtest_ana_post_proc parallel mpiranks>1
Expand Down
2 changes: 1 addition & 1 deletion tools/toolchain/scripts/stage1/install_intelmpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export INTELMPI_LIBS="${INTELMPI_LIBS}"
export MPI_CFLAGS="${INTELMPI_CFLAGS}"
export MPI_LDFLAGS="${INTELMPI_LDFLAGS}"
export MPI_LIBS="${INTELMPI_LIBS}"
export CP_DFLAGS="\${CP_DFLAGS} IF_MPI(-D__parallel ${mpi2_dflags}|)"
export CP_DFLAGS="\${CP_DFLAGS} IF_MPI(-D__parallel|)"
export CP_CFLAGS="\${CP_CFLAGS} IF_MPI(${INTELMPI_CFLAGS}|)"
export CP_LDFLAGS="\${CP_LDFLAGS} IF_MPI(${INTELMPI_LDFLAGS}|)"
export CP_LIBS="\${CP_LIBS} IF_MPI(${INTELMPI_LIBS}|)"
Expand Down

0 comments on commit 4989f36

Please sign in to comment.