Program Listing for File proc_id_t.hpp

Return to documentation for file (include/uitsl/mpi/proc_id_t.hpp)

#pragma once
#ifndef UITSL_MPI_PROC_ID_T_HPP_INCLUDE
#define UITSL_MPI_PROC_ID_T_HPP_INCLUDE

namespace uitsl {

// TODO rename pid_t
using proc_id_t = int;

} // namespace uitsl

#endif // #ifndef UITSL_MPI_PROC_ID_T_HPP_INCLUDE