From 2c282b693e60db6c0d4e2e915f2007feffe529bb Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 17 Mar 2020 12:33:23 -0400 Subject: [PATCH] flag two more subroutines can trigger the variable tracking message and slow down compilation --- src/KSPACE/pppm_disp.cpp | 2 +- src/MANYBODY/pair_bop.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/KSPACE/pppm_disp.cpp b/src/KSPACE/pppm_disp.cpp index 0bb81f125e..5cfacd644d 100644 --- a/src/KSPACE/pppm_disp.cpp +++ b/src/KSPACE/pppm_disp.cpp @@ -1659,7 +1659,7 @@ int PPPMDisp::check_convergence(double** A,double** Q,double** A0, allocate memory that depends on # of K-vectors and order ------------------------------------------------------------------------- */ -void PPPMDisp::allocate() +void _noopt PPPMDisp::allocate() { int (*procneigh)[2] = comm->procneigh; diff --git a/src/MANYBODY/pair_bop.cpp b/src/MANYBODY/pair_bop.cpp index 2763c561d6..10ab1d7080 100644 --- a/src/MANYBODY/pair_bop.cpp +++ b/src/MANYBODY/pair_bop.cpp @@ -5017,7 +5017,7 @@ double PairBOP::PiBo(int itmp, int jtmp) /* ---------------------------------------------------------------------- */ -void PairBOP::read_table(char *filename) +void _noopt PairBOP::read_table(char *filename) { int i,j,k,n,m; int buf1,pass;