RE: Crash next to the end of compiling - Forum - Delft3D
Forum
- Home
- 3. Archive
- General
- Compilation on Windows
- RE: Crash next to the end of compiling
RE: Crash next to the end of compiling
Mahatma Fernandes, modified 7 Years ago.
Crash next to the end of compiling
Adri Mourits, modified 7 Years ago.
RE: Crash next to the end of compiling
Padawan Posts: 97 Join Date: 1/3/11 Recent PostsHi Mahatma,
I suspect VisualStudio+Ifort to need more than 8GB. May be a workaround is to reduce the number of parallel project builds as follows:
In VisualStudio , menu bar -> "Tools" -> "Options..." -> "Projects and Solutions" -> "Build and Run" -> "maximum number of project builds"
I expect this parameter has the value 4 or 8. Set it to 1. Then recompile. It will be slower but will need less memory.
Regards,
Adri