-
```
What steps will reproduce the problem?
1. set OMP_NUM_THREADS=1
2. Run any openmp code with OMPT support
3.
The code in __kmp_for_static_init is expecting the team to have been created
and initi…
-
Significant warnings are issued suggesting that Mac OS openMP does not work with the system
installed clang toc comile Corrfunc.
Following,
https://iscinumpy.gitlab.io/post/omp-on-high-sierra/
…
-
While attempting to run it im getting error:
`OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.
OMP: Hint This means that multiple copies of the OpenMP run…
-
**Describe the bug**
I have a Kotlin project that includes several enum classes. There is a single source file [`astronomy.kt`](https://github.com/cosinekitty/astronomy/blob/8696241c9098df43c9d15d0e9…
-
Hello there.
I was just wondering if this project is going to be archived or do you intend to come back to it and keep developing?
I can see that the last commit was (at the time of this writing…
-
Regarding the `getVersion()` invocation mentioned by @mnonnenmacher and @sschuberth, I did some testing. I ran a simple test that executes this method in a loop. What I found out is that there is inde…
-
Updating from 0.8.0 to 0.9.0 is introducing massive performance issues in benchmarks that I'm running. Ranges from 100-1000X slower with 0.9.0
-
**This is a(n):**
- [ ] New algorithm
- [x] Update to an existing algorithm
- [ ] Error
- [ ] Proposal to the Repository
**Details:**
Given a text txt[0..n-1] and a pattern pat[0..m-…
-
Bit of a shameless plug 😂 but lately I was trying to find a Kotlin Multiplatform Health-based library that allows me to interact with Health Connect on Android and HealthKit on Apple but wasn't able t…
-
hi, i am trying out sqldelight on web with the async webworker stuff
i am getting weird error messages
```
IllegalStateException: The driver used with SQLDelight is asynchronous, so SQLDelight …