How to use parallel computing/multithreading on ISIS4 #5226
Replies: 3 comments
-
@pruthviacharya Depending on your use case, you might consider using the ASP |
Beta Was this translation helpful? Give feedback.
-
I just need to do a polar projection for a MARCI image. I will check out Thanks! |
Beta Was this translation helpful? Give feedback.
-
You might also want to check out this script (the bash *.sh file) which shows how one can use GNU Parallel. This codes happens to be using MARCI also. Looks like it is only issuing 2-6 parallel calls but that can be as many as you want. In your case you might want to limit it to ~10. |
Beta Was this translation helpful? Give feedback.
-
I have ISIS 4.3.1 installed on a Linux machine with 10 cores and 20 threads; however, when I am running cam2map and it is taking forever. According to System Monitor on my system, only one CPU core is getting used at a time.
Is there an option that I can use to enable multithreading or use parallel computing to speed up the process.
Beta Was this translation helpful? Give feedback.
All reactions