Changeset 617
- Timestamp:
- Apr 3, 2026, 2:42:08 PM (6 days ago)
- File:
-
- 1 edited
-
trunk/setup.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/setup.sh
r616 r617 173 173 eod 174 174 ;; 175 "oldbel") cat > env.sh <<eod 176 # env.sh used for belenos with gcc - to keep track for a while 177 # I also kept the export path to najda local dir on belenos !! 178 s config uses software R and pdfjam installed by villefranquen 179 # relevant paths are added to PATH and LD_LIBRARY_PATH 180 set +u # <module load> can trigger -u 181 # module purge tries to unalias condam but the alias does not exist so it raises an error 182 # so I create a false condam alias so that it can be unaliased... 183 alias condam="ls" 184 module purge 185 module load gcc/14.1.0 186 module load openmpi/gnu/4.1.2.1 187 module load python/3.10.12 188 export PATH=/opt/softs/libraries/GCC_5.3.0/cdo-1.7.0/bin/:\$PATH 189 export LD_LIBRARY_PATH=/opt/softs/gcc/14.1.0/lib64/:/opt/softs/anaconda3/envs/Python310/lib:\$LD_LIBRARY_PATH 190 export PATH=/home/cnrm_other/ge/mrmc/villefranquen/.local/bin:\$PATH 191 export LD_LIBRARY_PATH=/home/cnrm_other/ge/mrmc/villefranquen/.local/lib:\$LD_LIBRARY_PATH 192 export MPLBACKEND='Agg' # non-interactive plots 193 export TAR=/usr/bin/tar # for R package install 194 eod 195 ;; 196 175 197 *) cat > env.sh <<eod 176 198 # No special environment needed on this computer … … 324 346 if [[ $ExeterUQ = "ExeterUQ_MOGP" ]]; then 325 347 # Install additional required packages 348 if [[ ${hostname:0:6} = "beleno" ]] ; then listprog="install patsy matplotlib netcdf4 pandas seaborn" ; else listprog="install patsy matplotlib netcdf4 pandas=2.3.1 seaborn" ;fi 326 349 pip install patsy matplotlib netcdf4 pandas seaborn 327 350 # Try pypi, otherwise git commit
Note: See TracChangeset
for help on using the changeset viewer.
