rlfontenot / loci

Created by Dr. Ed Luke, LOCI is a sophisticated auto-parallelizing framework that simplifies the task of constructing complex simulation software.
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Loci_Debug and bounds_check #30

Open rlfontenot opened 23 hours ago

rlfontenot commented 23 hours ago

This feature will pull the LOCI_DEBUG environment variable from the CFD Research's #4 (dev) branch to enable file or code-wide debugging features from module/environment at compile time. It will also add the bounds check feature to the configuration step to ensure there isn't a mangling of bound-check and non-bound-checked files.

rlfontenot commented 23 hours ago

This issue is tied to #20.