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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by psbgccft

  1. psbgccft

    Help needed in gcc fortran

    Just have defined RND and RANDOM in dimension : DO I = 1,IRM DIMENSION RND(0:NRND) DIMENSION RANDOM(IRM)
  2. psbgccft

    Help needed in gcc fortran

    Hi, I was trying to compile a fortran subroutine, using gcc compiler. I got the following errors during compilation, radff.f:4339.25: RANDOM(I) = rand(random(max(1,i-1))) 1 Error: 'i' argument of 'rand' intrinsic at (1) must be INTEGER radff.f:4350.28...

Part and Inventory Search

Back
Top