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 strongm 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: Facktor
  • Content: Threads
  • Order by date
  1. Facktor

    Call imsl - g95 compiler

    Hey guys. I'm trying to compile this program using g95 compiler (Windows Vista), but I can't link the IMSL library to the program. Here's the begining of the code: USE imsl !INCLUDE 'link_f90_static.h' parameter (npmax=8) implicit real*8 (a-h,o-z) And this is what I've got: USE imsl...
  2. Facktor

    Fortran 95 - 2 errors I can't fix.

    Hey guys. I'm trying to compile (using g95 compiler) this program but there are two errors I can't fix. In file mone.f95:5 USE ims.f90 1 Error: Syntax error in USE statement at (1) In file mone.f95:52 read(10,*) (((Lixo, CotPap(j,i)), j=1, npapeis), i, nper+1) 1 Error...

Part and Inventory Search

Back
Top