HISKP-LQCD / sLapH-projection-NG

2 stars 0 forks source link

Let projection run headlessly in parallel #9

Closed martin-ueding closed 5 years ago

martin-ueding commented 5 years ago

The projection is currently done in a Mathematica notebook and only one total momentum/irrep combination at a time. This takes days to finish. The 112 different momenta/irreps can be trivially parallelized. I only need to get the script mode working on the ITKP workstations.

martin-ueding commented 5 years ago

It turned out that I was just having a driver.wls which did everything in the directory and a newer driver.wl which did just what I wanted. I called the wrong script, and that will take around three days.

I'll cook up a job script generator script (my equivalent of an AbstractDecoratorFactoryFactory) and let it run through the whole group theory in parallel.

martin-ueding commented 5 years ago

This works now.