Hello,
I'm having someone parameter changed in source code (one .cpp file ) in scr file folder to adapted to my model. But it must typed that at each time changing the code.
cd $ISSM_DIR
make clean
make distclean
autoreconf -ivf
./configure.sh
make
make install
It will spend much time to wait. Is there other method or compiler adapted to ISSM (VS) to improve the efficiency. Or we didn't have to compile all the code. And my developing platform is Ubuntu.
Best,
Alain