Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Browse Source
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 8
and
Version 9
of
ronne
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/19/20 09:21:55 (
5 years
ago)
Author:
Mathieu Morlighem
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
ronne
v8
v9
59
59
source $ISSM_DIR/etc/environment.sh
60
60
#MATLAB alias
61
export LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libstdc++.so.6" #Bug with MATLAB, issmversion gets a bunch of undefined symbols
61
62
alias ma='matlab -nodesktop -nosplash -r "addpath $ISSM_DIR/src/m/dev; devpath;"'
62
63
}}}