DARMA-tasking-internal / darma-simple-backend

A backend designed to take advantage of anti-flows to make the simplest backend implementation possible
Other
1 stars 0 forks source link

Different way of parsing command line arguments #3

Open armarkos opened 7 years ago

armarkos commented 7 years ago

Hi David,

It turned out that you don't parse any of --ranks and --app-argv. ??? I am confused.

Aram

armarkos commented 7 years ago

I managed to make your simple examples to work, but my code is crashing with exit code 11. I am not sure what is going on. Do you have somewhere to turn debug mode on?

dhollman commented 7 years ago

I should be parsing --ranks and --app-argv. Not sure what the problem is. What behavior is your code seeing with respect to this?

I do have a debug mode, but right now it doesn't really have the granularity controls it needs to be all that useful in a "large" application like yours.

I'm hoping to get more time to work on this after all of the DAT stuff slows down and is in order. I'll see what I can do then. Minimal reproducers are always helpful if you have the time :-)