Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About mctk_create_bridges #5

Closed
jiaozhh opened this issue Nov 16, 2014 · 2 comments
Closed

About mctk_create_bridges #5

jiaozhh opened this issue Nov 16, 2014 · 2 comments

Comments

@jiaozhh
Copy link

jiaozhh commented Nov 16, 2014

Hello, dawhite.
The function mctk_create_bridges use all CPU in my computer in the default option. Dose it have some parameters that can control the number of CUP used?
Thanks!

@dawhite
Copy link
Owner

dawhite commented Nov 16, 2014

Yes. Specify the number of bridges you want to use when you call the function, like this:

bridges = mctk_create_bridges(4)

You can figure out answers to questions like this for most IDL routines by using the HELP command:

ENVI> help, names='mctk_create_bridges', /routines, /full
Compiled Procedures:

Compiled Functions:
MCTK_CREATE_BRIDGES num_bridge

The first entry is the routine name. Lowercase entries after that are positional parameters. Uppercase entries after those are keywords.

@dawhite dawhite closed this as completed Nov 16, 2014
@jiaozhh
Copy link
Author

jiaozhh commented Nov 16, 2014

Thank you very much !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants