benchmark/results: small.para

File small.para, 729 bytes (added by Lukas Arnold, 14 years ago)

small datasize

Line 
1&pepcdata
2
3 db_level = 0
4 np_mult = -45
5
6! number of particles, here ions
7! ne = 200000
8! ni = 200000
9 ne = 0
10 ni = 100000
11! ni = 12800000
12
13! initial particle distribution
14 ! 1 homogen, 2: one sphere, 3: two spheres, 4: Plummer (core cut)
15 ispecial = 1
16
17! number of timesteps
18 nt = 20
19
20! communication scheme
21! 0: point-to-point, 1: collectives
22 scheme = 0
23
24! Choose sorting routine and load balancing
25! 0: no load balacing, 1: load balacing
26 weighted = 1
27! 1: pbalsort, 2: sl_sort_part, 3: sl_sort_keys
28 choose_sort = 3
29
30! Choose tree build routine
31! 0: original, 1: optimized
32 choose_build = 0
33
34! determinates the particle dump interval
35! 0: never write anything
36! n: each n-th step, plus first and last step
37 idump = 0 /