OpenSees / OpenSees

OpenSees Source Code Repository
Other
589 stars 648 forks source link

OpenSeesSP compile problems using VS2022 #947

Closed MXW1993 closed 2 years ago

MXW1993 commented 2 years ago

Hi OpenSees developers: I tried to compile OpenSeesSP using VS2022 in windows. But I got an error : LNK1181: “blacs_MPI-Win32.lib”,” blacsCinit_MPI-Win32.lib”,” scalapackd.lib”,” scalapack.lib” file cannot be opened I know that I need to install BLAS, LAPACK, BLACS and SCALAPACK libraries to compile, but I can't find the corresponding "blacs_MPI-Win32.lib", "blacsCinit_MPI-Win32.lib", what do I need to compile to get these library files.

mhscott commented 2 years ago

The OpenSeesSP visual studio project is out of date, broken, and will not be fixed. @fmckenna will sort out CMake for OpenSeesSP and MP on Windows.