HenrikBengtsson / CBI-software

A Scientific Software Stack for HPC (CentOS oriented)
https://wynton.ucsf.edu/hpc/software/software-repositories.html
5 stars 2 forks source link

Load multiple versions of a module #42

Open HenrikBengtsson opened 2 years ago

HenrikBengtsson commented 2 years ago
$ module load proj/6.0.0
$ module load proj/7.2.1

so that the LD_LIBRARY_PATH has proj 7.2.1 first and then 6.0.0. This way multiple versions of libproj.so.<xy> can be available.