[ANN] MPI-Bash

2015-02-17 Thread Scott Pakin
(Perhaps this doesn't quite fit in bug-bash, but help-bash doesn't seem like the right spot, either.) In case anyone here is interested in writing massively parallel bash scripts, I hereby present MPI-Bash, a set of loadable builtins for bash that let you use the Message Passing Interface (MPI) to

Re: declare in a function makes a variable unable to be found with declare -p in some cases

2015-02-17 Thread Eduardo A . Bustamante López
I'm pretty sure this was already discussed in this thread: * http://lists.gnu.org/archive/html/bug-bash/2014-12/msg00108.html But... it's huge, so it's hard to find the precise part where this was discussed. Also, remember to state the version you're using. This particular feature seems to behave

Re: declare in a function makes a variable unable to be found with declare -p in some cases

2015-02-17 Thread SN
> Already reported: > > * test -v: http://lists.gnu.org/archive/html/bug-bash/2014-11/msg00099.html > * declare -p arrname: > https://lists.gnu.org/archive/html/bug-bash/2012-11/msg00084.html The second thread is about something completely different as I understand it. It is about variables whose