1
1

Update zsh completion based on feedback from Jeff and ensure that IFS_TMP is

declared as local.

This commit was SVN r29557.
Этот коммит содержится в:
Nathan Hjelm 2013-10-29 19:57:48 +00:00
родитель 721f464c88
Коммит 396362a131

Просмотреть файл

@ -1,14 +1,18 @@
#compdef mpirun orterun
#compdef mpirun orterun mpiexec oshrun # -*- shell-script -*-
# Completion script for Open MPI's mpirun command v1.0
# Completion script for Open MPI's mpirun command v1.0.1
#
# Copyright (c) 2013 Los Alamos National Security, LLC. All rights
# reserved.
#
# To install copy this file to _mpirun in any directory in $fpath.
#
local mca_variable_names mca_variable_values mca_component_names
_generate_mca_variable_names_zsh() {
local excl=$1
TMP_IFS=$IFS
local excl=$1 TMP_IF=$IFS
IFS="
"
mca_variable_names=($(ompi_info -a --parsable | perl -e '