Loading...
You are not logged-in Login/Register





  • Posts   Search Threads
  • ekeomJuly 8, 2009 7:30 AM PDT   
    Looking for the best solution

    Dear All,

    I have one inversion matrix routine for complex non-symmetric and full matrix, based on Gauss-Jordan algorithm and written in Fortran 95. For large matrix (> 2500 x 2500) it takes a lot of time, thus I would like to use parallel or multithreading computation. There so many solution on the “market”: OpenMP, MPI, multithreading, MultiCore, GPU (it seemed to be fast)... Can someone tell me what is the “best” portable solution.

    Best regards,

    Didace


    TimP (Intel)July 8, 2009 9:13 AM PDT
    Rate
     
    Re: Looking for the best solution


    No, as you don't care to tell why you are doing this, no one will be able to tell you what is best.  Are you not aware that libraries such as MKL and ACML support pre-built OpenMP methods?

    ekeomJuly 9, 2009 11:13 PM PDT
    Rate
     
    Re: Looking for the best solution

    Quoting - tim18

    No, as you don't care to tell why you are doing this, no one will be able to tell you what is best.  Are you not aware that libraries such as MKL and ACML support pre-built OpenMP methods?
    Dear Tim18,

    Thank you very much for your answer. I have try MKL, but I was not able to make it run and I don't know if it yes portable. I mean by protable, if I can compile and linke an executable and send it to someone else for use !

    Best regards,

    Didace


    TudorJuly 14, 2009 5:32 AM PDT
    Rate
     
    Re: Looking for the best solution

    If all you are looking for is portability, then your problem lies not in the threading API / library, bur rather in the language. For good portability, try to implement it in Java.


Forum jump:  

Intel Software Network Forums Statistics

16,369 users have contributed to 46,341 threads and 163,954 posts to date.

In the past 24 hours, we have 18 new thread(s) 102 new posts(s), and 67 new user(s).

In the past 3 days, the most popular thread for everyone has been Formula for the intersection of straight lines The most posts were made to Take a look at John Burkhard&# The post with the most views is \"-check none\" generates error

Please welcome our newest member bikerepair8


For more complete information about compiler optimizations, see our Optimization Notice.