TOUGH2-MP Compilation
I am a beginner trying to compile TOUGH2-MP. The manual mentions that I need to download AZTEC, but the official website for the package is no longer accessible. Is there any other way to obtain this package to complete the TOUGH2-MP compilation? Additionally, I hope to compile the software on Windows 11 using Visual Studio. Are there any tutorials for this? I am not familiar with Linux.
10 replies
-
I am attaching the Aztec package. You may be able to compile the TOUGH2-MP on Windows 11 using Visual Studio by:
(1) install MS-MPI on your PC
(2) download Metis, compile it with VS, will obtain metis.lib
(3) download lapack and blas precompiled library and head files (https://icl.utk.edu/lapack-for-windows/lapack/index.html#libraries)
(3) created a project for Aztec using attached package, compile it and will generate a .lib file (static library, may need lapack and blas for the compilation)
(4) created a VS solution for tough2-mp, with including path of head files for Metis, Aztec, MS-MPI, lapack and blas, and linking library paths for the required third-party libraries and the library files
In general, during compilation of these software, if VS complaints for finding an including head, add the path of the head located. Durig linking, if VS complaints for an unknown function or symbol, add linking path of the lib and the lib file that the function or symbol were defined) .
-
These files are from lapack/blas or other libraries. They should be obtained from the email requested. I am teaching all files needed in the lib folder.