1
1
openmpi/ompi/mca/common/sm/help-mpi-common-sm.txt
Rainer Keller ea4de16561 - Check whether file is opened on network file-system.
If file does not exist, check the directory it lives in...
   Maybe used by caller, trying to open mmap() on NFS, Lustre or
   Panasas (thanks Sam).
   For now, this is used to warn about the usage of mmap on such FS.

   Please note, that Ralph mentioned the orte_no_session_dir parameter.
   The help message includes a reference to this.

   Tested on NFS and Lustre on Linux on
     smoky: mpirun --mca orte_tmpdir_base $HOME/tmp -np 2 ./mpi_stub
     jaguar: mpirun ... --mca orte_tmpdir_base /tmp/work/$USER ...

   Fixes trac:1354

   This should   cmr:v1.5   once it has soaked and is shown to work on
   Solaris

This commit was SVN r22604.

The following Trac tickets were found above:
  Ticket 1354 --> https://svn.open-mpi.org/trac/ompi/ticket/1354
2010-02-10 23:18:29 +00:00

43 строки
1.2 KiB
Plaintext

# -*- text -*-
#
# Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
#
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# This is the US/English help file for Open MPI's common shmem support.
#
[sys call fail]
A system call failed during shared memory initialization that should
not have. It is likely that your MPI job will now either abort or
experience performance degredation.
Local host: %s
System call: %s %s
Error: %s (errno %d)
#
[mmap too small]
Open MPI requested a shared memory segment that was too small to do
anything useful. This is likely an error in Open MPI itself. If you
see this error, you should see if there is an update available for
Open MPI, and if not, contact the Open MPI developers.
Local host: %s
Requested size: %ul
Control seg size: %ul
Data seg aligment: %ul
[mmap on nfs]
Creating the shared memory backup file on a network file system, such
as NFS or Lustre is not recommended.
This may be due to using the wrong tmpdir variable.
Please ask Your system administrator to provide a system-wide MCA
parameter file, in which parameter orte_no_session_dir is specified:
It states paths of directories, not allowed as session directories.
File Name: %s