I have the Intel Fortran Compiler installed, but the OpenSeesFortran.mak makefile does not run (started with "nmake OpenSeesFortran.mak").
Do I first have to create blas.lib, lapack.lib, arpack.lib, umfpack.lib?
I tried to compile arpack.lib (just added all files in ARPACK to a mscv project), but it gives me this error:
The corresponding line is:D:\OpenSees_MD\OTHER\ARPACK\sgetv0.f(367) : Error: If the actual argument is scalar, the corresponding dummy argument shall be scalar unless the actual argument is an element of an array that is not an assumed-shape or pointer array, or a substring of such an element. [SX]
Do you have a documentation how to build the Fortran stuff, or do you have a Visual Studio project file for this?call svout (logfil, 1, rnorm0, ndigit, '_getv0: re-orthonalization ; rnorm0 is')
Thank you very much.