Paul Romano

Results 238 comments of Paul Romano

@jlsalmon This sounds great! As you can probably gather, many of us are very interested in the GPU space and would love to pore over your code. One of our...

It looks like Visual Studio [doesn't support `double complex` from C99](https://docs.microsoft.com/en-us/cpp/c-runtime-library/complex-math-support?view=vs-2019) in their C library. Let us know if you find a workaround for this.

If I didn't know any better, I would have thought that you were getting paid by GitHub for all this free advertising you're giving them! :wink: GH Actions does seem...

That 2000 minute limit is for private repositories I believe. If you have a public repo, there is no limit as far as I can tell.

@pshriwise has a list of planned improvements in here, but perhaps we should make those separate issues?

I'd recommend you read through this [recent thread on our discussion forum](https://openmc.discourse.group/t/different-k-eff-in-results-and-calculation/2181). The gist is that the definition of keff (and by extension kinf) that we use in OpenMC does...

Setting `max_tracks` to 1000 on the Python side will result in it _always_ getting written to settings.xml, which is undesirable in my opinion. I think we should just update our...

> limited by whichever is smaller between the number of particles set by Settings.max_tracks and 1000 If `max_tracks` is set by the user, that value will always be used. The...

@shimwell Since you're on a PR spree, do you want to submit a PR changing the description of the `tracks` argument in `Model.run`, `openmc.run`, etc.? :smile:

@shimwell Also looks like you have a conflict on material.py