Searched refs:pll_besti (Results 1 – 2 of 2) sorted by relevance
/dports/math/optpp/optpp-2.4/src/GSS/ |
H A D | OptGSS.C | 397 int pll_besti; in search() local 467 MPI_Allreduce(&besti, &pll_besti, 1, MPI_INT, MPI_MAX, MPI_COMM_WORLD); in search() 471 *optout << "-- global besti = " << pll_besti << endl; in search() 477 besti = pll_besti; in search() 479 if (pll_besti > gssz) in search() 480 bestx = extras.Column(pll_besti-gssz); in search() 482 gset->generateActive(pll_besti, Delta, X, bestx); in search()
|
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/src/GSS/ |
H A D | OptGSS.C | 399 int pll_besti; in search() local 471 MPI_Allreduce(&besti, &pll_besti, 1, MPI_INT, MPI_MAX, MPI_COMM_WORLD); in search() 475 *optout << "-- global besti = " << pll_besti << endl; in search() 481 besti = pll_besti; in search() 483 if (pll_besti > gssz) in search() 487 {bestx(j) = extras(j,pll_besti-gssz);} in search() 490 gset->generateActive(pll_besti, Delta, X, bestx); in search()
|