in reply to Re: Perl execution of MPIRUN commands
in thread Perl execution of MPIRUN commands

The command runs perfectly at command prompt be it in my own user login or "nobody"'s login.

So its either Perl... is my command line too long?

Or... Apache... or Unix...

But I am really at a lost, could an enlightened monk please show me the way?

  • Comment on Re: Re: Perl execution of MPIRUN commands

Replies are listed 'Best First'.
Re: Perl execution of MPIRUN commands
by Abigail-II (Bishop) on Feb 16, 2004 at 16:20 UTC
    As I said, it's not Perl. Remember that your environment (UID, EUID, GID, EGID, environment variables, current working directory, etc,) are different from running a program from the command line, and running it via a webserver.

    Abigail