First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
According to PSSE documentation, Fortran redistributable is sufficient to "use" user defined models supplied to you by others, but if you want to "compile Fortran code" you would need a Fortran compiler. However, my confusion is that sometimes models are sent as .obj and .lib files and would need to be compiled to dsusr.dll using Cload.bat. In this case, is the redistributable sufficient? or do I need the Fortran compiler?
Also, in general how do I know which one I need (Fortran redistributable or Fortran Compiler)?
(Apologies if this sounds like a basic question, but I am very new to Fortran)
2 | No.2 Revision |
According to PSSE documentation, Fortran redistributable is sufficient to "use" user defined models supplied to you by others, but if you want to "compile Fortran code" you would need a Fortran compiler. However, my confusion is that sometimes models are sent as .obj and .lib files and would need to be compiled to dsusr.dll using Cload.bat. In this case, is the redistributable sufficient? or do I need the Fortran compiler?
Also, in general how do I know which one if Fortran redistributable is sufficient or I need (Fortran redistributable or Fortran Compiler)?Compiler?
(Apologies if this sounds like a basic question, but I am very new to Fortran)