in reply to Re: Can't find a module that is installed
in thread Can't find a module that is installed
I may be doing this part wrong;$ perl -v This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-li +nux-gnu-thread-multi (with 58 registered patches, see perl -V for more detail) Copyright 1987-2015, Larry Wall Perl may be copied only under the terms of either the Artistic License + or the GNU General Public License, which may be found in the Perl 5 source ki +t. Complete documentation for Perl, including FAQ lists, should be found +on this system using "man perl" or "perldoc perl". If you have access to + the Internet, point your browser at http://www.perl.org/, the Perl Home Pa +ge.
but the command for MAKER is mpiexec -machinefile /Data/machinefile -n 4 maker maker_exe.ctl maker_opts.ctl maker_bopts.ctl It doesn't explicitly call Perl$ cp /usr/local/lib/x86_64-linux-gnu/perl/5.22.1/forks . cp: omitting directory '/usr/local/lib/x86_64-linux-gnu/perl/5.22.1/fo +rks' $ perl -E 'BEGIN[unshift @INC, ".";} use forks' Illegal declaration of subroutine BEGIN at -e line 1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Can't find a module that is installed
by RonW (Parson) on Feb 16, 2017 at 22:15 UTC | |
by stevieb (Canon) on Feb 16, 2017 at 22:19 UTC | |
by Weebo (Novice) on Feb 17, 2017 at 16:15 UTC | |
by poj (Abbot) on Feb 17, 2017 at 16:55 UTC | |
by Weebo (Novice) on Feb 17, 2017 at 18:36 UTC | |
by Anonymous Monk on Feb 17, 2017 at 22:25 UTC |