Connect, learn, share, and engage with IBM Power.
Originally posted by: Xing_Xue
With multicore and manycore machines becoming popular nowadays, more and more applications are using multi-threading to take advantage of the hardware capabilities and get better performance. Fortran applications are no exception. This blog provides tips on creating thread-safe Fortran applications with XL Fortran.
subroutine sub() integer :: ivar = 10 end
Copy