This commit is contained in:
James E McClure 2018-06-05 21:45:05 -04:00
parent 7debe96512
commit 862cfa045e
2 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ ADD_LBPM_TEST( TestWriter )
IF ( USE_NETCDF ) IF ( USE_NETCDF )
ADD_LBPM_TEST_PARALLEL( TestNetcdf 8 ) ADD_LBPM_TEST_PARALLEL( TestNetcdf 8 )
ADD_LBPM_EXECUTABLE( lbpm_uCT_pp ) ADD_LBPM_EXECUTABLE( lbpm_uCT_pp )
ADD_LBPM_EXECUTABLE( lbpm_uCT_maskfilter ) # ADD_LBPM_EXECUTABLE( lbpm_uCT_maskfilter )
ENDIF() ENDIF()
# Sample test that will run with 1, 2, and 4 processors, failing with 4 or more procs # Sample test that will run with 1, 2, and 4 processors, failing with 4 or more procs

View File

@ -137,8 +137,8 @@ int main(int argc, char **argv)
MultiScaleSmooth[i].fill(0); MultiScaleSmooth[i].fill(0);
Mean[i].fill(0); Mean[i].fill(0);
NonLocalMean[i].fill(0); NonLocalMean[i].fill(0);
fillFloat[i].reset(new fillHalo<float>(Dm[i]->Comm,Dm[i]->rank_info) ); fillFloat[i].reset();
fillChar[i].reset(new fillHalo<char>(Dm[i]->Comm,Dm[i]->rank_info) ); fillChar[i].reset();
} }
// Read the subvolume of interest on each processor // Read the subvolume of interest on each processor