Update zsh completion based on feedback from Jeff and ensure that IFS_TMP is
declared as local. This commit was SVN r29557.
Этот коммит содержится в:
родитель
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 '
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user