Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power


#Servers
#Opensource
 View Only
  • 1.  parallel errors out from "-w" on hashbang

    Posted 06/13/19 06:29 PM

    Originally posted by: Dave_A


    The parallel-20170822-1.ppc package errors out when any spawned command returns a non-zero return code.  Example:

    # parallel true ::: 1
    [returns no error]
    
    # parallel false ::: 1
    Use of uninitialized value $opt::termseq in split at /usr/bin/parallel line 3917, <$fh> line 1.
    

    The reason is you added the perl "-w" option on the hashbang line in the parallel script.

    # head -1 /usr/bin/parallel
    #!/opt/freeware/bin/perl -w
    

    Remove the -w and the jobs work fine again.  Please repackage parallel without the -w option.


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 2.  Re: parallel errors out from "-w" on hashbang

    Posted 06/14/19 04:42 AM

    Originally posted by: AyappanP


    Thanks for reporting the issue. We will fix it in the next release. 


    #AIX-Open-Source-Software
    #AIXOpenSource