Ask Your Question
1

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

asked 2023-09-27 17:18:13 -0500

updated 2023-09-27 17:21:43 -0500

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)

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2023-09-28 10:00:16 -0500

jconto gravatar image

updated 2023-09-28 14:15:32 -0500

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2023-09-27 17:18:13 -0500

Seen: 229 times

Last updated: Sep 28 '23