Oh, never mind, just find reading the code that I can receive an array of strings in the main proc.
I promise to dig deeper before sending emails in the next time x) On Sun, Mar 1, 2015 at 10:22 PM, Francisco Souza <[email protected]> wrote: > 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
