First, write pipeline file (1.pipe) like this:
function foo
{
SP_for_parallel _num={1..1}
{
echo ${_num}
}
}
Then run 'seqpipe -m 1.pipe -l' to list functions.
Rather than display the function list, seqpipe prompt:
ERROR: Invalid format of SP_for_parallel! at
/Users/yanll/Research/Tools/seqpipe/seqpipe line 524.
Original issue reported on code.google.com by yanlinlin82 on 28 Aug 2013 at 3:50
Original issue reported on code.google.com by
yanlinlin82
on 28 Aug 2013 at 3:50