Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions hpc/batch_gpu/submit_imaging_mge_a100_hst_fp64
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ export XLA_PYTHON_CLIENT_PREALLOCATE=false
export JAX_ENABLE_X64=True
export NUMBA_CACHE_DIR=/tmp/numba_cache
export MPLCONFIGDIR=/tmp/matplotlib
# Skip latent-variable computation: autolens_profiling/config/latent.yaml
# enables total_lens_flux_mujy which needs `magzero=` on the Analysis.
# Latents aren't part of the search profile, so we bypass entirely.
export PYAUTO_SKIP_LATENTS=1

nvidia-smi

Expand Down
Loading