Search found 6 matches

by Phil13
14 Sep 2023, 23:11
Forum: Installation & compilation
Topic: build and debug Elmer on VS-Code on Windows
Replies: 12
Views: 1795

Re: build and debug Elmer on VS-Code on Windows

Hello Rich first of all let me apologize for my late answer, I stupidly not see that your post had generated a page 2 of the discussion. I really appreciate your help and thank you a lot ! I tried your procedure and got the following: * in CMake-GUI all items turned white but an error is reported =>...
by Phil13
06 Sep 2023, 22:32
Forum: Installation & compilation
Topic: build and debug Elmer on VS-Code on Windows
Replies: 12
Views: 1795

Re: build and debug Elmer on VS-Code on Windows

Hello many thank for your hint Rich, I did some progress. I've updated the file C:\temp\elmerfem-release-9.0\CMakeLists.txt with the following lines (file is attached too) 1st lines: CMAKE_MINIMUM_REQUIRED(VERSION 3.5.0) PROJECT(Elmer Fortran C CXX) set(CMAKE_CURRENT_SOURCE_DIR "C:/temp/elmerfe...
by Phil13
05 Sep 2023, 21:12
Forum: Installation & compilation
Topic: build and debug Elmer on VS-Code on Windows
Replies: 12
Views: 1795

Re: build and debug Elmer on VS-Code on Windows

hello I set the option to FALSE at line 93 of C:\temp\elmerfem-release-9.0\CMakeLists.txt SET(WITH_MPI FALSE CACHE BOOL "Use MPI parallelization") but get the same message [main] Configuring project: elmerfem-release-9.0 [proc] Executing command: D:\msys64\mingw64\bin\cmake.exe --no-warn-u...
by Phil13
05 Sep 2023, 01:11
Forum: Installation & compilation
Topic: build and debug Elmer on VS-Code on Windows
Replies: 12
Views: 1795

Re: build and debug Elmer on VS-Code on Windows

hi Kevinarden thank but I will continue on VS-Code a little bit before to jump to another IDE. I made some progress: now CMAKE is runing, my mistake was that I didn't open the root file CMakeLists.txt but the one under fem. Now opening the whole Elmer project CMAKE is runing and giving this error [c...
by Phil13
04 Sep 2023, 22:14
Forum: Installation & compilation
Topic: build and debug Elmer on VS-Code on Windows
Replies: 12
Views: 1795

Re: build and debug Elmer on VS-Code on Windows

Hi Rich thank for your reply. I made different tests and installed MSYS2, TDM-GCC, mingw32, dgb. They all work with VS Code . I succeed to compile, run and debug a single Fortran .f90 file. But I've no idea how to use CMAKE to create the compile/link list as I'm not familiar with it. I tried to have...
by Phil13
03 Sep 2023, 20:07
Forum: Installation & compilation
Topic: build and debug Elmer on VS-Code on Windows
Replies: 12
Views: 1795

build and debug Elmer on VS-Code on Windows

Hello first of all a big thank to the developpers for having make Elmer ! It's impressive. I use it since years for thermal studies on material. Now I'm trying to develop a new model and solver. I'm working on windows 10. I'm able to compile the model and solver as per instruction in the documentati...