triqs.utility.mpi_nompi.master_gets_host_names
- triqs.utility.mpi_nompi.master_gets_host_names()[source]
Print the local hostname.
Serial counterpart of
triqs.utility.mpi_mpi4py.master_gets_host_names(). Only one node ever exists, so the function simply prints the result ofsocket.gethostname()for that node.