Home
last modified time | relevance | path

Searched refs:ma_heap (Results 1 – 23 of 23) sorted by relevance

/dports/devel/ga/ga-5.8/global/testing/
H A Dga_shift.F19 integer heap, stack, fudge, ma_heap
65 ma_heap = heap + fudge
66 call GA_set_memory_limit(8*ma_heap)
79 status = ma_init(MT_DCPL, stack, ma_heap)
H A Dnbtest.F13 integer heap, stack, fudge, ma_heap, me, nproc
44 ma_heap = heap + fudge
45 ma_heap = 2*ma_heap
47 print *, 'util_mdtob(', ma_heap, ')=', util_mdtob(ma_heap)
50 call GA_set_memory_limit(util_mdtob(ma_heap))
60 status = ma_init(MT_DCPL, stack, ma_heap)
H A Dfield-test.F43 integer heap, stack, fudge, ma_heap, me, nproc, map(4096), block
63 ma_heap = heap/nproc + fudge
64 ma_heap = 2*ma_heap
66 ma_heap = 2*ma_heap
68 call GA_set_memory_limit(util_mdtob(ma_heap))
81 status = ma_init(MT_DCPL, stack, ma_heap)
H A Dtypes-test.F43 integer heap, stack, fudge, ma_heap, me, nproc, map(4096), block
63 ma_heap = heap/nproc + fudge
64 ma_heap = 2*ma_heap
66 ma_heap = 2*ma_heap
68 call GA_set_memory_limit(util_mdtob(ma_heap))
81 status = ma_init(MT_DCPL, stack, ma_heap)
H A Dnb2test.F24 integer heap, stack, fudge, ma_heap, me
57 ma_heap = heap + fudge
58 call GA_set_memory_limit(util_mdtob(ma_heap))
68 status = ma_init(MT_DCPL, stack, ma_heap)
H A Dd2test.F23 integer heap, stack, fudge, ma_heap, me variable
55 ma_heap = heap + fudge
56 call GA_set_memory_limit(util_mdtob(ma_heap))
66 status = ma_init(MT_DCPL, stack, ma_heap)
H A Dghosts.F41 integer heap, stack, fudge, ma_heap, me, nproc
65 ma_heap = heap + fudge
66 status = ma_init(MT_DCPL, stack, ma_heap)
71 call GA_set_memory_limit(util_mdtob(ma_heap))
163 integer heap, stack, fudge, ma_heap, me local
H A Dg3test.F25 integer heap, stack, fudge, ma_heap, me
68 ma_heap = heap + fudge
69 call GA_set_memory_limit(util_mdtob(ma_heap))
79 status = ma_init(MT_DCPL, stack, ma_heap)
H A Dmmatrix.F22 integer heap, stack, fudge, ma_heap, me
59 ma_heap = heap + fudge
70 status = ma_init(MT_DBL, stack, ma_heap)
H A Dscan.F11 integer heap, stack, fudge, ma_heap, me, nproc
38 ma_heap = heap/nproc + fudge
39 status = ma_init(MT_DCPL, stack, ma_heap)
H A Dg2test.F38 integer heap, stack, fudge, ma_heap, me
77 ma_heap = heap + fudge
78 call GA_set_memory_limit(util_mdtob(ma_heap))
88 status = ma_init(MT_DCPL, stack, ma_heap)
H A Dsprsmatmult.F31 integer heap, stack, fudge, ma_heap
99 ma_heap = heap + fudge
117 status = ma_init(MT_DBL, stack, ma_heap)
H A Dsparse.F11 integer heap, stack, fudge, ma_heap, me, nproc
H A Dblktest.F29 integer heap, stack, fudge, ma_heap, me
59 ma_heap = heap + fudge
70 status = ma_init(MT_DBL, stack, ma_heap)
H A Dtest.F67 integer heap, stack, fudge, ma_heap, me, nproc, map(4096), block variable
88 ma_heap = heap/nproc + fudge
89 ma_heap = 2*ma_heap
91 ma_heap = 2*ma_heap
93 print *, 'util_mdtob(', ma_heap, ')=', util_mdtob(ma_heap)
94 call GA_set_memory_limit(util_mdtob(ma_heap))
111 status = ma_init(MT_DCPL, stack, ma_heap)
218 call check_mem(util_mdtob(ma_heap*ga_nnodes()))
H A Doverlay.F18 integer heap, stack, fudge, ma_heap, me, nproc, map(4096), block
39 ma_heap = heap/nproc + fudge
40 ma_heap = 2*ma_heap
41 print *, 'util_mdtob(', ma_heap, ')=', util_mdtob(ma_heap)
42 call GA_set_memory_limit(util_mdtob(ma_heap))
56 status = ma_init(MT_DCPL, stack, ma_heap)
149 call check_mem(util_mdtob(ma_heap*ga_nnodes()))
H A Dpgtest.F35 integer heap, stack, fudge, ma_heap, me, nproc
59 ma_heap = heap/nproc + fudge
60 ma_heap = 2*ma_heap
62 ma_heap = 2*ma_heap
64 status = ma_init(MT_DCPL, stack, ma_heap)
69 call GA_set_memory_limit(util_mdtob(ma_heap))
H A Dpg2test.F29 integer heap, stack, fudge, ma_heap, me, nproc
56 ma_heap = heap/nproc + fudge
57 ma_heap = 2*ma_heap
58 status = ma_init(MT_DCPL, stack, ma_heap)
63 call GA_set_memory_limit(util_mdtob(ma_heap))
H A Dsprsmatvec.c790 int heap=200000, fudge=100, stack=200000, ma_heap; in main() local
860 ma_heap = heap + fudge; in main()
870 if (!MA_init(MT_DBL, stack, ma_heap)) GA_Error("ma_init failed",-1); in main()
H A Dbin.F11 integer heap, stack, fudge, ma_heap, me, nproc
/dports/devel/ga/ga-5.8/gparrays/testing/
H A Dtranspose.c951 int heap=200000, fudge=100, stack=200000, ma_heap; in main() local
1039 ma_heap = heap + fudge; in main()
1049 if (!MA_init(MT_DBL, stack, ma_heap)) NGA_Error("ma_init failed",-1); in main()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dutil_ga_test.F23 integer heap, stack, fudge, ma_heap, me, nproc local
47 ma_heap = heap/nproc + fudge
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dutil_ga_test.F23 integer heap, stack, fudge, ma_heap, me, nproc local
47 ma_heap = heap/nproc + fudge