Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: blasco
  • Content: Threads
  • Order by date
  1. blasco

    openmp and fortran77 issues

    Hi all. I have a provlem trying to use openmp to parallelize a code. The code is written in fortran77 (with a lot of commons, goto and old stuff) but I think it should work. [...] DO 210 I=1,NK1 I1=I-1 IF(I.GE.NKM)MG=MG-1 ME=2 C$OMP PARALLEL DEFAULT(SHARED) C...
  2. blasco

    READ part of a file

    Hello. I use fortran 90 and I need to read from a file a certain number of data that appear after a certain word. as instance i have a file like [anything] ZXX 8 12.3 12.2 0.023 23.222 12 12.23 12.2 0.023 23.222 12 12.3 12.2 0.023 23.222...

Part and Inventory Search

Back
Top