Questions and Answers :
Unix/Linux :
Making \'viz\' runnable from any folder : solution.
Message board moderation
Author | Message |
---|---|
Send message Joined: 9 Dec 04 Posts: 3 Credit: 10,123 RAC: 0 |
Currently the 'viz' application is a bit annoying because you have to 'cd' to the correct folder first. Changing the 'viz' script as follows fixes this. Now you can run 'viz' from anywhere. This also makes it easier to put a shortcut to 'viz' on the desktop. cd `dirname $0` export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH nice -n19 ./hadsm3viz_4.04* $1 |
Send message Joined: 15 Nov 04 Posts: 19 Credit: 35,499 RAC: 0 |
Will, go to http://www.climateprediction.net/misc/contactus.php, choose the appropriate options and make your suggestion as I just did for a minor bug in viz yesterday. Best Rolf |
Send message Joined: 9 Dec 04 Posts: 3 Credit: 10,123 RAC: 0 |
Good point, just did that. Thanks. |
©2024 cpdn.org