1

How to know if my code requires a Fortran redistributable or Fortran Compiler?

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 if Fortran redistributable is sufficient or I need Fortran Compiler?

(Apologies if this sounds like a basic question, but I am very new to Fortran)

Mohamed_M's avatar
91
Mohamed_M
asked 2023-09-27 17:18:13 -0500, updated 2023-09-27 17:21:43 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Models in .obj, .lib or .flx format need to be compiled to .dll using the Fortran compiler for your PSSe environment. You need the Fortran compiler if you have to compile files.

jconto's avatar
2.9k
jconto
answered 2023-09-28 10:00:16 -0500, updated 2023-09-28 14:15:32 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer