uct
This commit is contained in:
parent
7debe96512
commit
862cfa045e
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user