You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SCT and non-SCT enabled ones (easy, just a line in the matrix probably)
one for each CPU vectorization instructions available on the grid.
The latter would require a bit of work because CORSIKA needs to be compiled separately instead of using the build_all script, but @GernotMaier has experience from VERITAS, so it should be quick.
In total we will have 10 different sim_telarray and production containers, an SCT/non-SCT version for each set of instructions:
no optimization (usual build_all)
avx512
avx2
avx
sse4
The dev container can remain just the non-optimized one (without SCT for now since the model is not ready anyway).
The text was updated successfully, but these errors were encountered:
We need to build multiple production containers:
The latter would require a bit of work because CORSIKA needs to be compiled separately instead of using the
build_all
script, but @GernotMaier has experience from VERITAS, so it should be quick.In total we will have 10 different sim_telarray and production containers, an SCT/non-SCT version for each set of instructions:
The dev container can remain just the non-optimized one (without SCT for now since the model is not ready anyway).
The text was updated successfully, but these errors were encountered: