MiniSim
small simulation to compare performance with other in situ interfaces
Parameters
name |
description |
type |
---|---|---|
input_params |
path to file with input parameters |
String |
num_timesteps |
maximum number of timesteps to execute |
Int |
numThreads |
number of threads used by the sim |
Int |
numGhost |
number of ghost cells in each direction |
Int |
numParticles |
number of particles |
Int |
numBlocks |
number of overall blocks, if zero mpi size is used |
Int |
verbose |
print debug messages |
Int |
sync |
synchronize after each timestep |
Int |
velocityScale |
scale factor to convert function gradient to velocity |
Float |
tEnd |
end time |
Float |
dt |
time step length |
Float |
frequency |
the pipeline is processed for every nth simulation cycle |
Int |
keep_timesteps |
if true timesteps are cached and processed as time series |
Int |
path |
path to the connection file written by the simulation |
String |