Ask Your Question
0

UDM compile not working

asked 2024-07-09 10:12:34 -0500

hskr gravatar image

Hi,

I am trying to compile an UDM. I have PSS/E v34. I got VS 2022 and VS 2013 which looks like is OK for environment manager 8. But I cannot get earlier IVF version than 19 (in manual it looks like IVF 15 is needed). And it looks like there is a problem with it:

Compile not allowed for PSSE versions: 34

Installed Visual Studio versions: 2022 (VS version 2022), 12.0 (VS 2013)

Installed Intel Fortran Compiler versions: IVF 19.2.978

Files not found for IVF 192.978 (IVF 19.2.978): ifort.exe libmmd.dll libmmd.lib

Installed Compaq Fortran Compiler versions: None

How can I make it find these three files? Tried adding to PATH with no results. I read in other issue that environment manager 10 solves this but I cannot find it anywhere. Any help would be appreciated.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2024-07-10 16:54:59 -0500

jconto gravatar image

I recently installed the Fortran compiler [One API HPC Toolkit 2024] using default paths and settings as follows:

1: Install Visual Studio 2019 or later (Community free version available too)
2: Install OneAPI Base Toolkit 2024 (Free version from Intel site)
3: Install OneAPI HPC Toolkit 2024 (with Fortran Compiler)

PSSe v.35 did recognize the Fortran compiler and I did created dll from some UDM flx files. The "MakeDLL" tools says it is good for v.35, v.34 & v.33

My path directory is:

""" PSS(R)E User Model Compile/Link - Environment Manager 10.0.2, Python 3.9.13 [x64] Wed Jul 10 11:38:56 2024

------------- PSS(R)E 35.6.2 Environment settings, EM 10.0.2, Py 3.9.13 [x64]

Fortran PATH paths (oneAPI 2024.2 - 19.2.978): c:\program files (x86)\intel\oneapi\compiler\2024.2\bin c:\program files (x86)\intel\oneapi\compiler\2024.2\bin

Visual Studio PATH paths (VS 2019): C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64 C:\Program Files (x86)\windows kits\10\bin\10.0.19041.0\x64

Fortran LIB paths (oneAPI 2024.2 - 19.2.978): c:\program files (x86)\intel\oneapi\compiler\2024.2\lib

Visual Studio LIB paths (VS 2019): C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.29.30133\lib\x64 C:\Program Files (x86)\windows kits\10\Lib\10.0.19041.0\um\x64 C:\Program Files (x86)\windows kits\10\Lib\10.0.19041.0\ucrt\x64

Successfully added PSSE paths to local PATH and LIB environment."""

edit flag offensive delete link more

Comments

Thanks jconto, did not know these applications, just used VS and IVF separately, unfortunately Environment manager 8 and 9 does not recognize the fortran compiler still. Looks like I need to get the 10 version, same as you. But I do not know where to get them, Siemens is ignoring me :)

hskr gravatar imagehskr ( 2024-07-11 02:34:58 -0500 )edit

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: 2024-07-09 10:12:34 -0500

Seen: 104 times

Last updated: Jul 10