On Thu, 18 Jun 2020 16:18:53 -0700 (PDT) David Mathog <mat...@caltech.edu> wrote:
> Calling all Lmod gurus... > > I have been migrating packages from one machine to another, adding > their Lmod lua files as I go using this script: > > https://saf.bio.caltech.edu/pub/software/linux_or_unix_tools/module_generate_from_directory.sh > > This is done from an account "modules" and normally as soon as that > script has completed doing this: > > module avail 2>&1 | grep newpackagename Not an answer to your problem but a quality-of-life detail, "module avail" accepts case insensitive substring match. That is, you can remove "2>&1 | grep" above. :-) /Peter _______________________________________________ Beowulf mailing list, Beowulf@beowulf.org sponsored by Penguin Computing To change your subscription (digest mode or unsubscribe) visit https://beowulf.org/cgi-bin/mailman/listinfo/beowulf