Gavin Ridley

Results 129 comments of Gavin Ridley

gpad% pip3 list | grep quadpy quadpy 0.16.16 gpad% pip3 list | grep x21 x21 0.3.3

Yeah, can't even import it; that's the trouble! ``` gpad% python Python 3.10.5 (main, Jun 6 2022, 18:49:26) [GCC 12.1.0] on linux Type "help", "copyright", "credits" or "license" for more...

Any news on this? I recently ran some single LWR assembly calculations in OpenMC and found them to be about 50% slower than Serpent 2 both using 4 cores.

Thanks for the lightning-fast response @smharper. This geometry did only include an axially infinite pin lattice, so no fancy complements here. It makes sense that other topics would take priority...

Hey @paulromano, thanks. The OpenMC model is [here](https://gist.github.com/gridley/9ba2b4fe2e7f45f7328cdb2f24ddef6a) and the Serpent model to match is [here](https://gist.github.com/gridley/81411a008725ad6f1240dfb93218ecab). Seems that Serpent takes 30 s but OpenMC 45 s.

Sure! This was from git cloning and installing via setup.py yesterday. Couldn't get pip to work. I am afraid that the fortran binaries and the python code are inconsistent versions,...

Here you go! ``` Collecting clawpack Downloading clawpack-5.9.0.tar.gz (5.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 27.8 MB/s eta 0:00:00 Preparing metadata (setup.py) ... done Discarding https://files.pythonhosted.org/packages/7b/3a/6b727ea26bf2945946e474ce93988722bdadffe6b9c1c1ec3935ed0806ec/clawpack-5.9.0.tar.gz (from https://pypi.org/simple/clawpack/): Requested clawpack from https://files.pythonhosted.org/packages/7b/3a/6b727ea26bf2945946e474ce93988722bdadffe6b9c1c1ec3935ed0806ec/clawpack-5.9.0.tar.gz...

Hey @Shihab-Shahriar, no. Of course there is plenty of work I have done on this, but it's simply not suitable for widespread distribution at the moment. I recommend looking at...

> For got to add a comment before submitting my review... > > What do you think of performing the wireframe update entirely separately from the parallel loop? If I...

> > Maybe, though, I could add some developer documentation explaining the reasoning for the implemented approach. I could provide a pseudocode implementation of what your'e suggesting, then explain why...