MPISqNodeCallback

Definition

typedef int32_t (*MPISqNodeCallback)(int32_t percentage);

Description

MPISqNodeCallback is a pointer to a function, which can be used to monitor the mpiSqNodeDownload(...) progress.

percentage The portion (from 0% to 100%) of memory download that has been completed.

See Also

mpiSqNodeDownload