What is the differents between the build type?

%E6%8D%95%E8%8E%B7

i just want to use the dmp to run the program,and which one should i choose?

To build the dmp solver, check the “Distributed memory parallel (DMP)” box (already checked on the screenshot". I would say use the “Release with Debug information” build type. This is an optimized solver with some debug info in case the run crashes. “Release” is optimized without debug info. “Debug” is not optimized (will run slower), and should be used if you are modifying the source code and troubleshooting an issue (bug, slow performance etc.).

The “Build solver in parallel” means several cpus (if available) will be used to compile files (faster compilation time).

1 Like