osh_part - Man Page
Description
usage: osh_part [options] options:
- --osh-memory
print amount and stacktrace of max memory use
- --osh-time
print amount of time spend in certain functions
- --osh-time-percent
print amount of time spend in certain functions by percentage
- --osh-time-chop 0.0
only print functions whose percent time is greater than given value (e.g. --osh-time-chop=2)
- --osh-time-with-filename
add file name to function name in profile output
- --osh-signal
catch signals and print a stacktrace
- --osh-fpe
enable floating-point exceptions
- --osh-silent
suppress all output
- --osh-pool
use memory pooling
- --osh-self-send value
control self send threshold
- --osh-mpi-ranks-per-node value
mpi ranks per node (for CUDA+MPI)
usage: osh_part in.osh <nparts> out.osh
Info
July 2024 usage: osh_part in.osh <nparts> out.osh