ANARemote
ANARI remote renderer
Parameters
name |
description |
type |
|---|---|---|
point_size |
size of points |
Float |
library |
ANARI renderer library (sink, environment, helide, ospray, visrtx, visgl, visionaray) |
String |
renderer |
ANARI renderer type (default) |
String |
debug_wrapper |
use ANARI debug wrapper |
Int |
linear_depth |
use viewer distance instead of GL depth buffer |
Int |
Connection Parameters
name |
description |
type |
|---|---|---|
rhr_connection_method |
how local/remote endpoint should be determined (RendezvousOnHub, AutomaticHostname, UserHostname, ViaHub, AutomaticReverse, UserReverse) |
Int |
rhr_base_port |
listen port for RHR server |
Int |
rhr_local_address |
address where clients should connect to |
String |
rhr_remote_port |
port where renderer should connect to |
Int |
rhr_remote_host |
address where renderer should connect to |
String |
_rhr_auto_remote_port |
port where renderer should connect to |
Int |
_rhr_auto_remote_host |
address where renderer should connect to |
String |
Compression Parameters
name |
description |
type |
|---|---|---|
send_tile_size |
edge lengths of tiles used during sending |
IntVector |
color_codec |
codec for image data (Raw, PredictRGB, PredictRGBA, Jpeg_YUV411, Jpeg_YUV444) |
Int |
color_compress |
compression for RGBA messages (CompressionNone, CompressionLz4, CompressionZstd) |
Int |
depth_codec |
Depth codec (DepthRaw, DepthPredict, DepthPredictPlanar, DepthQuant, DepthQuantPlanar, DepthZfp) |
Int |
zfp_mode |
Accuracy:, Precision:, Rate: (ZfpFixedRate, ZfpPrecision, ZfpAccuracy) |
Int |
depth_compress |
entropy compression for depth data (CompressionNone, CompressionLz4, CompressionZstd) |
Int |
depth_prec |
quantized depth precision (16 bit + 4 bits/pixel, 24 bit + 3 bits/pixel) |
Int |
Advanced Parameters
name |
description |
type |
|---|---|---|
rhr_dump_images |
dump image data to disk |
Int |
continuous_rendering |
render even though nothing has changed |
Int |
delay |
artificial delay (s) |
Float |
color_rank |
different colors on each rank |
Int |
Supported Renderer Parameters
name |
description |
type |
|---|---|---|
Render on which nodes? (LocalOnly, MasterOnly, AllRanks, LocalShmLeader, AllShmLeaders) |
Int |
|
Max. no. of objects to load between calls to render |
Int |
|
whether to try to cache geometry for re-use in subsequent timesteps |
Int |
The meaning of these parameters is described in more detail in the Renderer Parameters documentation.
Supported System Parameters
name |
description |
type |
|---|---|---|
number of OpenMP threads (0: system default) |
Int |
|
show timing information |
Int |
|
number of tasks to keep in flight per MPI rank (-1: #cores/2) |
Int |
|
input object caching (CacheNone, CacheDeleteEarly, CacheDeleteLate, CacheByName) |
Int |
|
prioritize currently visible timestep |
Int |
|
validate data objects before sending to port (Disable, Quick, Thorough) |
Int |
The meaning of these parameters is described in more detail in the System Parameters documentation.