Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] ArgumentParser produces array with null entries

Hi,

I tried to use ArgumentParser to get a list of arguments based on the string below: mpirun -display-map -np 1 ${launchArgs} /home/dfferber/EclipseWorkspaces/runtime-New_configuration/mpi/Debug/mpi_sample

The array I get from .getArguments() is:
[mpirun, -display-map, -np, 1, null, null, launchArgs, null, /home/dfferber/EclipseWorkspaces/runtime-New_configuration/mpi/Debug/mpi_sample]

It seems that it does not handle chars like $, { and }

Best regards,
Daniel Felix Ferber



Back to the top