Suppress "Suppress "parcellfun: 239/500 jobs done" Output in Octave" Messages
Michael Wirtzfeld <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <CAOWnroBbO9C0MfxchynWnSMAC6Jym_R=5Zhooett99ULRw==-Q@mail.gmail.com> |
Hello, Is there a way to suppress these messages? I'm using the PARARRAY function in the Parallel package. From the package documentation, the PARCELLFUN does have a VERBOSE option (default value is 0, which I assume means nothing is displayed; a value of 1 makes progress messages print to STDERR. There is not a VERBOSE option for the PARARRAYFUN. Suggestions? Thank you.