We are planning to rewrite the module r.sun for parallel computation and would like to ask you, which platform is more desired by the GRASS community. To our understanding there are two main ways of development. Either we design it for multi-core desktop systems that use shared memory (for example with use of OpenMP) or create module for large clusters with use of MPI library.
We are planning to rewrite the module r.sun for parallel computation and would like to ask you, which platform is more desired by the GRASS community. To our understanding there are two main ways of development. Either we design it for multi-core desktop systems that use shared memory (for example with use of OpenMP) or create module for large clusters with use of MPI library.
just a small note, AFAIR there was similar project (based on OpenCL)
within GSoC 2010 program [1]. Probably someone here know details...
I would vote for multicore OpenMP/OPENCL. I just purchased an 8 core AMD Vishera MB and CPU combo for under $300US to use at home , which is faster than the 8 core Xeon server system I used to do statewide solar irradiation modeling at work for a 755 Million cell grid for 365 days (half hour increments) in 2011. With the advances in multicore architecture ( who knows what core densities ARM will bring?) and utilization of the processing elements in video cards, I think you will benefit many more users on going the multicore route.
Doug
On Tue, Jan 29, 2013 at 8:05 AM, Ruzicka Jan <jan.ruzicka@vsb.cz> wrote:
Dear developers,
We are planning to rewrite the module r.sun for parallel computation and would like to ask you, which platform is more desired by the GRASS community. To our understanding there are two main ways of development. Either we design it for multi-core desktop systems that use shared memory (for example with use of OpenMP) or create module for large clusters with use of MPI library.
The opinions I express are my own and are not representative of the official policy of the U.S.Fish and Wildlife Service or Dept. of the Interior. Life is too short for undocumented, proprietary data formats.
I would vote for multicore OpenMP/OPENCL. I just purchased an 8 core AMD Vishera MB and CPU combo for under $300US to use at home , which is faster than the 8 core Xeon server system I used to do statewide solar irradiation modeling at work for a 755 Million cell grid for 365 days (half hour increments) in 2011. With the advances in multicore architecture ( who knows what core densities ARM will bring?) and utilization of the processing elements in video cards, I think you will benefit many more users on going the multicore route.
Doug
On Tue, Jan 29, 2013 at 8:05 AM, Ruzicka Jan <jan.ruzicka@vsb.cz> wrote:
Dear developers,
We are planning to rewrite the module r.sun for parallel computation and would like to ask you, which platform is more desired by the GRASS community. To our understanding there are two main ways of development. Either we design it for multi-core desktop systems that use shared memory (for example with use of OpenMP) or create module for large clusters with use of MPI library.
The opinions I express are my own and are not representative of the official policy of the U.S.Fish and Wildlife Service or Dept. of the Interior. Life is too short for undocumented, proprietary data formats.
I rewrote r.sun into OpenCL a while ago for a google summer of code project. I believe the source is public in github, but never got merged into trunk.
I would vote for multicore OpenMP/OPENCL. I just purchased an 8 core AMD Vishera MB and CPU combo for under $300US to use at home , which is faster than the 8 core Xeon server system I used to do statewide solar irradiation modeling at work for a 755 Million cell grid for 365 days (half hour increments) in 2011. With the advances in multicore architecture ( who knows what core densities ARM will bring?) and utilization of the processing elements in video cards, I think you will benefit many more users on going the multicore route.
Doug
On Tue, Jan 29, 2013 at 8:05 AM, Ruzicka Jan <jan.ruzicka@vsb.cz> wrote:
Dear developers,
We are planning to rewrite the module r.sun for parallel computation and would like to ask you, which platform is more desired by the GRASS community. To our understanding there are two main ways of development. Either we design it for multi-core desktop systems that use shared memory (for example with use of OpenMP) or create module for large clusters with use of MPI library.
The opinions I express are my own and are not representative of the official policy of the U.S.Fish and Wildlife Service or Dept. of the Interior. Life is too short for undocumented, proprietary data formats.
Also, OpenCL can run as both multicore CPU and GPU. OpenMP can only run on CPU but it’s much easier to program. I vaguely recall the OpenCL speed up over single thread on the order of 20x - 50x. If you’re looking for a consultant to do additional OpenCL work, I might be able to help.
I would vote for multicore OpenMP/OPENCL. I just purchased an 8 core AMD Vishera MB and CPU combo for under $300US to use at home , which is faster than the 8 core Xeon server system I used to do statewide solar irradiation modeling at work for a 755 Million cell grid for 365 days (half hour increments) in 2011. With the advances in multicore architecture ( who knows what core densities ARM will bring?) and utilization of the processing elements in video cards, I think you will benefit many more users on going the multicore route.
Doug
On Tue, Jan 29, 2013 at 8:05 AM, Ruzicka Jan <jan.ruzicka@vsb.cz> wrote:
Dear developers,
We are planning to rewrite the module r.sun for parallel computation and would like to ask you, which platform is more desired by the GRASS community. To our understanding there are two main ways of development. Either we design it for multi-core desktop systems that use shared memory (for example with use of OpenMP) or create module for large clusters with use of MPI library.
The opinions I express are my own and are not representative of the official policy of the U.S.Fish and Wildlife Service or Dept. of the Interior. Life is too short for undocumented, proprietary data formats.
Also, OpenCL can run as both multicore CPU and GPU. OpenMP can only run on CPU but it’s much easier to program. I vaguely recall the OpenCL speed up over single thread on the order of 20x - 50x. If you’re looking for a consultant to do additional OpenCL work, I might be able to help.
I would vote for multicore OpenMP/OPENCL. I just purchased an 8 core AMD Vishera MB and CPU combo for under $300US to use at home , which is faster than the 8 core Xeon server system I used to do statewide solar irradiation modeling at work for a 755 Million cell grid for 365 days (half hour increments) in 2011. With the advances in multicore architecture ( who knows what core densities ARM will bring?) and utilization of the processing elements in video cards, I think you will benefit many more users on going the multicore route.
Doug
On Tue, Jan 29, 2013 at 8:05 AM, Ruzicka Jan <jan.ruzicka@vsb.cz> wrote:
Dear developers,
We are planning to rewrite the module r.sun for parallel computation and would like to ask you, which platform is more desired by the GRASS community. To our understanding there are two main ways of development. Either we design it for multi-core desktop systems that use shared memory (for example with use of OpenMP) or create module for large clusters with use of MPI library.
The opinions I express are my own and are not representative of the official policy of the U.S.Fish and Wildlife Service or Dept. of the Interior. Life is too short for undocumented, proprietary data formats.