Questions and Answers :
Unix/Linux :
VIZ
Message board moderation
Author | Message |
---|---|
Send message Joined: 28 Oct 04 Posts: 8 Credit: 3,176 RAC: 0 |
when I run viz, i have the following message : nice: ./hadsm3viz_4.03*: No such file or directory the file doesn\'t exist so i tried to run : hadsm3viz_4.04_i686-pc-linux-gnu , instead but then it says : hadsm3viz_4.04_i686-pc-linux-gnu: error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory but libglut.so.3 does exist in this directory does anyone has a clue is there any other way to see the model ? thanks |
Send message Joined: 4 Sep 04 Posts: 61 Credit: 80,585 RAC: 0 |
That error occurs because you aren't executing viz from within the www.climateprediction.net directory. Either cd to the directory before running viz or modify the script to do that on its own. |
Send message Joined: 28 Oct 04 Posts: 8 Credit: 3,176 RAC: 0 |
> That error occurs because you aren't executing viz from within the > www.climateprediction.net directory. Either cd to the directory before running > viz or modify the script to do that on its own. > > >i tried to run in in : boinc/projects/www.climateprediction.net which look like the right one. |
Send message Joined: 4 Sep 04 Posts: 61 Credit: 80,585 RAC: 0 |
> i tried to run in in : boinc/projects/www.climateprediction.net which look > like the right one. It is, but you need to not merely call that particular viz script, you need to actually be in that directory. I modified viz a bit: #!/usr/bin/bash cd /home/trane/boinc/projects/www.climateprediction.net/ export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH nice -n18 ./hadsm3viz_4.03* $1 cd - |
Send message Joined: 27 Jan 05 Posts: 1 Credit: 298 RAC: 0 |
the problem is that the viz script is trying to execute a file starting with hadsm3viz_4.03, which doesn't exist in your (and my) case. you can just modify the script and change ./hadsm3viz_4.03* against ./hadsm3viz_4.04* and it should work. |
©2024 cpdn.org