For the latest Arkouda version. I have the following error
/home/z/zd4/Mike/arkouda//dep/checkRE2.chpl:3: In function 'main':
/home/z/zd4/Mike/arkouda//dep/checkRE2.chpl:9: error: Cannot find module or enum 'Regex'
make: * [check-re2] Error 1
I have installed regex using conda.
How to fix this checking problem?
export CHPL_RE2=bundled
chpl --version
)
make “ARKOUDA_SKIP_CHECK_DEPS=true
from the arkouda
directory.
I’m not finding what I was remembering, but did find these two settings:
CHPL_RT_OVERSUBSCRIBED=yes
CHPL_RT_NUM_THREADS_PER_LOCALE=8 # or whatever
That said, I’m not confident that this is sufficient. Specifically, I don’t recall that anything will make sure that the two processes won’t use the same cores for each of their 8 threads (?). Elliot’s definitely the expert here, so I’d suggest checking with him next week (though actually he may still be online now… even though it’s late on a Friday on the east coast. Of course, this is true for you as well… :) )