in reply to Calling a perl script from GNU Parallel

I'm not a parallel user but here's some suggestions for things to check (a few are very basic but I don't know what you've tried):

If none of that helps, please post the ./test.pl code.

-- Ken

Replies are listed 'Best First'.
Re^2: Calling a perl script from GNU Parallel
by stevee (Acolyte) on Jul 12, 2012 at 09:28 UTC
    Ken et al Thanks for the suggestions:

    the script is executable and has a compatible shebang, it runs successfully on both machines using strict.

    The original script is not trying to read from STDIN, so I can get away without passing arguments with parallel

    The suggested syntax does not work either unfortunately

    The test script is purely so I can get parallel working in the first instance so it just prints "Hello world\n"!

    Kind regards Stephen