On Wednesday, July 02, 2014 02:59:02 PM [email protected] wrote: > So my question to the forum is whether my tree code > can detect whether the user has put an @inbounds declaration in his/her > code when it invokes my routines.
Not yet. This is a very desirable feature, but it hasn't really had much discussion yet. Since you know C++, you can see how current @inbounds works by looking at codegen.cpp and cgutils.cpp (among others, but these are the main ones). --Tim
