GRTLCollaboration / GRTeclyn

Port of GRChombo to AMReX - under development!
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Potential race condition in base GNUmakefile examples target #68

Open mirenradia opened 3 months ago

mirenradia commented 3 months ago

@WeiqunZhang pointed out that the examples target in the base GNUmakefile has a potential race condition since all of the individual examples targets will try to build AMReX source files together at the same time if built with parallel jobs.

This is why your CI keeps failing for the ScalarField, @julianakwan!