Changes between Version 12 and Version 13 of totten


Ignore:
Timestamp:
10/03/23 12:20:27 (16 months ago)
Author:
Cheng Gong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • totten

    v12 v13  
    7272source $ISSM_DIR/etc/environment.sh
    7373#MATLAB alias
    74 export LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libstdc++.so.6" #Bug with MATLAB, issmversion gets a bunch of undefined symbols
     74export LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libstdc++.so.6 /usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" #Bug with MATLAB, issmversion gets a bunch of undefined symbols
    7575alias ma='matlab -nodesktop -nosplash -r "addpath $ISSM_DIR/src/m/dev; devpath;"'
    7676}}}