From 8585920e49276024e236c675bfce6275e1ecf255 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 7 Sep 2012 14:41:19 +0000 Subject: [PATCH] Add a note in the default hostfile that it is not used in managed environments. This commit was SVN r27264. --- orte/etc/openmpi-default-hostfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/orte/etc/openmpi-default-hostfile b/orte/etc/openmpi-default-hostfile index 8d070a5f47..0051d155e4 100644 --- a/orte/etc/openmpi-default-hostfile +++ b/orte/etc/openmpi-default-hostfile @@ -21,6 +21,10 @@ # the same set of default hosts, and is not using a batch scheduler # (such as SLURM, PBS, etc.). # +# Note that this file is *not* used when running in "managed" +# environments (e.g., running in a job under a job scheduler, such as +# SLURM or PBS / Torque). +# # If you are primarily interested in running Open MPI on one node, you # should *not* simply list "localhost" in here (contrary to prior MPI # implementations, such as LAM/MPI). A localhost-only node list is