Dear mumps users,
this post will be about initial commit of this project. I plan to fully describe the presented solution and to upgrade it. The additional WinForm to create visual studio mumps library projects is based on winmumps source code (https://sourceforge.net/projects/winmumps/). That is needed to be said.
In order to use this solution, download the solution to your computer along with MUMPS source code available at http://mumps.enseeiht.fr/. Then all you need to do is to pinpoint the directories (double-click on text box):
Mumps source code directory: where mumps source code unpacked is,
Mumps library Visual Studio projects: where visual studio solution with projects to compile mumps source,
Mumps library Visual studio output: where the mumps libraries will be outputed,
Mumps solver solution directory: where this project is,
I used Visual Studio 2010 SP1, Intel Fortran Composer 2013 SP1 (trial version) and 64-bit Win7 professional. I tested all builds of solver project and cProjects. Could not do tests of fProjects, since my intel trial is ended.
I plan to fully describe options used in projects, pitfalls,how does solution work, how to use this projects, upgrade it to use scotch, metis, parmetis, blas, etc and other fortran compilers (e.g.: http://www.silverfrost.com/11/ftn95/ftn95_fortran_95_for_windows.aspx). I also plan to create additional solutions for compilation of those libraries. For now please check the source code (MumpsSolver.cpp and MumpsSolver.c) and try to figure it out how to use it.
Best regards
Domen Stadler
More will come.