Software changes¶
Correctness fixes¶
- Conda now uses
conda activateandconda install --name, with a batch-safe shell hook. - The CUDA section distinguishes the driver capability shown by
nvidia-smifrom the loaded toolkit shown bynvcc. - Gaussian resource declarations match its input; scheduler-provided local scratch is preferred, and node targeting is removed.
- Broad
-march=nativeand-ffast-mathrecommendations were replaced by portable, reproducible compiler guidance. - The LAMMPS batch script has valid
#SBATCHdirectives and no longer loads conflicting GCC/OpenMPI modules after the application module.
Structural changes¶
Long historical module avail dumps and fixed module versions were replaced by module spider discovery. Added Python venv, coherent MPI stacks, MATLAB batch mode, containers, secure Git authentication and a structured software-request checklist.
Full diff¶
Loading diff…