From 47c30ce47cbf9f865c5ef5b4ae005f7522944b53 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 13 Dec 2011 17:52:11 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7346 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/comm.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/comm.cpp b/src/comm.cpp index d0e1eea634..adf9d593c5 100644 --- a/src/comm.cpp +++ b/src/comm.cpp @@ -181,11 +181,6 @@ void Comm::set_proc_grid() } else if (gridflag == NUMA) { flag = pmap->numa_grid(nprocs,user_procgrid,procgrid,coregrid); - if (!flag) { - coregrid[0] = coregrid[1] = coregrid[2] = 1; - flag = pmap->onelevel_grid(nprocs,user_procgrid,procgrid, - otherflag,other_style,other_procgrid); - } if (!flag) error->all(FLERR,"Could not create grid of processors"); } else if (gridflag == CUSTOM) {