Compilation with VS2008

Discussion about building and installing Elmer
Post Reply
Fem_Guy
Posts: 17
Joined: 30 Nov 2011, 15:34
Antispam: Yes

Compilation with VS2008

Post by Fem_Guy »

Hi all,

I need a little clarification how to compile the Elmer with different tools.
First of all, some of the packages(e.g. matc, umfpack) are written in C and and some other package(e.g. hutitier,fem ) are written with Fortran code.
In order to see the step by step exection, may I use the VS 2008 for C code compilation and Intel Fort for Fortran code compilation and bundle them together to get the final working exe? I really wonder how all of this has been tied up in chain-reaction manner,
matc=parses string input ;
elmergrid = provides the mesh input vertices, indices, normals etc..
umfpack = performs the matrix operations
mathlib = solves the linear algebraic equations
hutitier = solves equations with iterative methods.
etc..

Can I achieve that with VS2008 ?

Regards,
Post Reply