SCM Repository
[diderot] Diff of /branches/pure-cfg/src/lib/parallel-target/main.c
Diff of /branches/pure-cfg/src/lib/parallel-target/main.c
Parent Directory
|
Revision Log
|
Patch
186 |
|
|
187 |
Diderot_Options_t *opts = Diderot_OptNew (); |
Diderot_Options_t *opts = Diderot_OptNew (); |
188 |
|
|
189 |
Diderot_OptAddFlag (opts, "verbose", "enable printing of runtime messages", &VerboseFlg); |
Diderot_OptAddFlag (opts, "verbose", "enable runtime-system messages", &VerboseFlg); |
190 |
Diderot_OptAddInt (opts, "np", "specify number of threads", &np, true); |
Diderot_OptAddInt (opts, "np", "specify number of threads", &np, true); |
191 |
Diderot_RegisterGlobalOpts (opts); |
Diderot_RegisterGlobalOpts (opts); |
192 |
Diderot_OptProcess (opts, argc, argv); |
Diderot_OptProcess (opts, argc, argv); |
|
Legend:
Removed from v.1262 |
|
changed lines |
|
Added in v.1263 |
|
|