This repository was archived by the owner on Aug 26, 2020. It is now read-only.

Description
For the referenced line/section below, would it be reasonable to have a smart default here to consume all available GPU’s per host if executed inside SM job and the parameter isn’t supplied?
Would prevent user from having to translate p3.16xlarge to 8 GPU for instance, and modifying these parameters if changing instances.
|
processes_per_host = _mpi_param_value(mpi_args, env, _params.MPI_PROCESSES_PER_HOST, 1) |