My application, on the command line uses these arguments:
./a.out --zones 32,32,32 --gset 1 --groups 32 --quad 96 --nest DGZ --niter 10
For the OS X gui, the Application parameters input does not accept dash-dash syntax. It appears to try to format the double dashes into a single long dash, much like Word would do.
How do I pass double-dash arguments to my application?
On a related question, in the GUI where do you set ENV variables, like OMP_NUM_THREADS=16 ?
Thanks
Ron