1
1
openmpi/orte/util/hostfile
Ralph Castain 8736a1c138 Per RFC:
http://www.open-mpi.org/community/lists/devel/2014/05/14822.php

Revamp the ORTE global data structures to reduce memory footprint and add new features. Add ability to control/set cpu frequency, though this can only be done if the sys admin has setup the system to support it (or you run as root).

This commit was SVN r31916.
2014-06-01 16:14:10 +00:00
..
help-hostfile.txt Simplify and update hostfile handling to correctly support hostfiles that list nodes multiple times, once for each slot, and those that list a host once and include an explicit slot count. Eliminate support for mixing those two modes as this logic became just too complex when attempting to handle all the corner cases. 2014-01-18 16:08:40 +00:00
hostfile_lex.h At long last, the fabled revision to the affinity system has arrived. A more detailed explanation of how this all works will be presented here: 2011-11-15 03:40:11 +00:00
hostfile_lex.l Fix some annoying flex warnings that have been there for years. 2013-12-14 00:36:12 +00:00
hostfile.c Per RFC: 2014-06-01 16:14:10 +00:00
hostfile.h Correctly handle -host and -hostfile options. Ensure the initial vm launch constrains itself to the union of specified hosts if those options are given. Get oversubscribe set correctly for that case. 2011-12-14 20:01:15 +00:00
orte_hosts.7in Another round of man page cleanups from Debian mantainer Manuel 2010-07-20 14:07:18 +00:00