Home
last modified time | relevance | path

Searched refs:MAX_NO_OF_POINTS_PER_BATCH (Results 1 – 2 of 2) sorted by relevance

/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/dft/
H A Dgrid-gen2.c123 #define MAX_NO_OF_POINTS_PER_BATCH 100 macro
789 if(nPoints > MAX_NO_OF_POINTS_PER_BATCH) in compute_integral_from_points()
1992 MAX_NO_OF_POINTS_PER_BATCH * sizeof(real)); in compute_grid_thread_func()
2315 MAX_NO_OF_POINTS_PER_BATCH * sizeof(real)); in do_test_integration()
2403 if((nPoints - nPointsDone) > MAX_NO_OF_POINTS_PER_BATCH) in do_test_integration()
2404 nPointsThisTime = MAX_NO_OF_POINTS_PER_BATCH; in do_test_integration()
/dports/science/ergo/ergo-3.8/source/dft/
H A Dgrid_hicu.cc123 #define MAX_NO_OF_POINTS_PER_BATCH 100 macro
1640 std::vector<real> workList(density->nbast * MAX_NO_OF_POINTS_PER_BATCH); in compute_grid_thread_func()