Hello everyone,
I tried to find this in the code, but wasn't able to do so: how do I
access command line parameters (positional arguments).

I know that I can use config parameters, in a call like this one:

% ./mychplprogram 1 2 3 4 5 6 7 8 9

How do I access 1 2 3 4 5 6 7 8 9? Or, if it's not possible, is it
possible to use an array as a config parameter?

Thanks,
Francisco

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Chapel-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-users

Reply via email to