How to compile in debug mode?
Hi all, I am a graduate student new to Nektar++ and I have a small question about compiling the source code. Specifically, I am trying to compile the DiffusionSolver in debug mode (i.e. like what the ā-gā flag produces when running gcc). Do I need to modify the corresponding Makefile, and which part should I change? Thanks for the help! Saviz Mowlavi
Hi Saviz, Welcome to the Nektar++ mailing list! If you want to compile Nektar++ in Debug mode, you need to set the CMAKE_BUILD_TYPE option to "Debug" when configuring the build using CMake. You then use CMake to regenerate the makefiles and recompile. Cheers, Chris On 01/09/16 20:33, Saviz Mowlavi wrote:
Hi all,
I am a graduate student new to Nektar++ and I have a small question about compiling the source code. Specifically, I am trying to compile the DiffusionSolver in debug mode (i.e. like what the ā-gā flag produces when running gcc). Do I need to modify the corresponding Makefile, and which part should I change?
Thanks for the help! Saviz Mowlavi _______________________________________________ Nektar-users mailing list Nektar-users@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/nektar-users
-- Chris Cantwell Imperial College London South Kensington Campus London SW7 2AZ Email: c.cantwell@imperial.ac.uk www.imperial.ac.uk/people/c.cantwell
participants (2)
- 
                
                Chris Cantwell
- 
                
                Saviz Mowlavi