Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
introduce simgrid_get_all_hosts
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 7 Feb 2020 10:04:44 +0000 (11:04 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 7 Feb 2020 10:04:44 +0000 (11:04 +0100)
commite1c426b4c1b38063b0576492d313c6d1f3a69582
tree641861c1913caa2a1e1a644440225e792432cbb6
parent1a975ced4278c81b875165ded3d9b2254d1522aa
introduce simgrid_get_all_hosts

This is a replacement to sg_hosts_as_dynar.
It allocates and builds the list of all the hosts seen by the Engine,
sorted by host names. Deallocating the memory is up to the user.
include/simgrid/engine.h
src/s4u/s4u_Engine.cpp