PPCG: renaming of a few files originating form the CG case and makefile update

This commit is contained in:
Stefano De Gironcoli 2018-07-25 08:43:35 +02:00 committed by Stefano de Gironcoli
parent 82fc9fa868
commit 854fe693e0
4 changed files with 14 additions and 12 deletions

View File

@ -8,6 +8,8 @@ MODFLAGS= $(MOD_FLAG) ../../ELPA/src $(MOD_FLAG) ../../LAXlib $(MOD_FLAG) ../../
PPCG = \
ppcg_gamma.o \
ppcg_k.o \
export_gstart_2_ppcg.o \
set_mpi_comm_4_ppcg.o \
ppcg_param.o
all : libppcg.a

View File

@ -6,7 +6,7 @@
! or http://www.gnu.org/copyleft/gpl.txt .
!
!----------------------------------------------------------------------------
SUBROUTINE export_gstart_2_cg(gstart_)
SUBROUTINE export_gstart_2_ppcg(gstart_)
!----------------------------------------------------------------------------
!
USE mp_bands_util, ONLY : gstart
@ -17,4 +17,4 @@ SUBROUTINE export_gstart_2_cg(gstart_)
!
gstart = gstart_
!
END SUBROUTINE export_gstart_2_cg
END SUBROUTINE export_gstart_2_ppcg

View File

@ -1,4 +1,4 @@
export_gstart_2_cg.o : ../../UtilXlib/mp_bands_util.o
export_gstart_2_ppcg.o : ../../UtilXlib/mp_bands_util.o
ppcg_gamma.o : ../../LAXlib/la_types.o
ppcg_gamma.o : ../../LAXlib/mp_diag.o
ppcg_gamma.o : ../../LAXlib/ptoolkit.o
@ -23,7 +23,7 @@ rotate_wfc_k.o : ../../LAXlib/ptoolkit.o
rotate_wfc_k.o : ../../UtilXlib/mp.o
rotate_wfc_k.o : ../../UtilXlib/mp_bands_util.o
rotate_wfc_k.o : ppcg_param.o
set_mpi_comm_4_cg.o : ../../LAXlib/mp_diag.o
set_mpi_comm_4_cg.o : ../../UtilXlib/mp.o
set_mpi_comm_4_cg.o : ../../UtilXlib/mp_bands_util.o
set_mpi_comm_4_cg.o : ppcg_param.o
set_mpi_comm_4_ppcg.o : ../../LAXlib/mp_diag.o
set_mpi_comm_4_ppcg.o : ../../UtilXlib/mp.o
set_mpi_comm_4_ppcg.o : ../../UtilXlib/mp_bands_util.o
set_mpi_comm_4_ppcg.o : ppcg_param.o

View File

@ -6,7 +6,7 @@
! or http://www.gnu.org/copyleft/gpl.txt .
!
!----------------------------------------------------------------------------
SUBROUTINE set_mpi_comm_4_cg(parent_comm, intra_bgrp_comm_, inter_bgrp_comm_ )
SUBROUTINE set_mpi_comm_4_ppcg(parent_comm, intra_bgrp_comm_, inter_bgrp_comm_ )
!----------------------------------------------------------------------------
!
USE ppcg_param, ONLY : DP
@ -56,12 +56,12 @@ SUBROUTINE set_mpi_comm_4_cg(parent_comm, intra_bgrp_comm_, inter_bgrp_comm_ )
!
#endif
!write(*,*) ' exit set_mpi_4_cg'
!write(*,*) ' exit set_mpi_4_ppcg'
RETURN
!
END SUBROUTINE set_mpi_comm_4_cg
END SUBROUTINE set_mpi_comm_4_ppcg
!----------------------------------------------------------------------------
SUBROUTINE unset_mpi_comm_4_cg()
SUBROUTINE unset_mpi_comm_4_ppcg()
!----------------------------------------------------------------------------
!
use mp_diag
@ -71,4 +71,4 @@ SUBROUTINE unset_mpi_comm_4_cg()
#endif
RETURN
!
END SUBROUTINE unset_mpi_comm_4_cg
END SUBROUTINE unset_mpi_comm_4_ppcg