Index: ../trunk-jpl/src/c/solutionsequences/solutionsequence_sampling.cpp =================================================================== --- ../trunk-jpl/src/c/solutionsequences/solutionsequence_sampling.cpp (revision 26581) +++ ../trunk-jpl/src/c/solutionsequences/solutionsequence_sampling.cpp (revision 26582) @@ -17,7 +17,7 @@ double rdnumber; /*Define seed*/ - normal_distribution_rnd distribution; + //normal_distribution_rnd distribution; if(seed<0){ std::random_device rd; seed = rd(); @@ -28,7 +28,7 @@ ISSM_MPI_Comm_rank(ISSM_MPI_COMM_WORLD,&my_rank); seed = seed + 783728*my_rank; // change default seed for parallel simulations (by considering an arbitrary shif based on the rank number) } - distribution.seed(seed); + //distribution.seed(seed); int *local_indices = NULL; IssmDouble *local_vector = NULL; @@ -37,7 +37,7 @@ int M; ppf->GetLocalSize(&M); for(int i=0;iSetValue(local_indices[i],rdnumber,INS_VAL); } ppf->Assemble(); Index: ../trunk-jpl/test/Archives/Archive134.arch =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream