Searched refs:FMM (Results 1 - 2 of 2) sorted by relevance

/gem5/configs/splash2/
H A Drun.py115 class FMM(Process): class in inherits:Process
116 executable = options.rootdir + '/apps/fmm/FMM'
117 cmd = ['FMM']
246 elif options.benchmark == 'FMM':
247 root.workload = FMM()
261 "Barnes, FMM, OceanContig, OceanNoncontig, Raytrace, WaterNSquared, "
H A Dcluster.py108 class FMM(Process): class in inherits:Process
109 executable = options.rootdir + 'apps/fmm/FMM'
110 cmd = 'FMM'
260 elif options.benchmark == 'FMM':
261 root.workload = FMM()
275 Use Cholesky, FFT, LUContig, LUNoncontig, Radix, Barnes, FMM, OceanContig,

Completed in 4 milliseconds