Difference between revisions of "Software Communications Protocol"

From crtc.cs.odu.edu
Jump to: navigation, search
(Created page with "== Notes when Using PREMA == - Avoid using the fsanitize tool in the compilation of your application with PREMA, as fsanitize is not optimized for distributed memory applicati...")
 
(Created page with "== Notes when Using PREMA == - Avoid using the fsanitize tool in the compilation of your application with PREMA, as fsanitize is not optimized for distributed memory applicati...")
 
(No difference)

Latest revision as of 20:23, 23 May 2022

Notes when Using PREMA

- Avoid using the fsanitize tool in the compilation of your application with PREMA, as fsanitize is not optimized for distributed memory applications (and may cause problems with any distributed memory application, even with a raw MPI application)