From: dinesh r. <din...@gm...> - 2008-07-18 22:13:28
|
I am using perfsuite-0.6.2a6,tcl8.6.a1 and tdom I am working on x86-64 linux machine I have installed perfsuite using the following script ./configure --prefix=$HOME/local/perfsuite \ --with-tdom=$HOME/local/tdom \ --with-tclsh=$HOME/local/tcl/bin/tclsh8.6 \ --disable-binutils where $HOME is /home/y2008/cs6397/shm04/ and tcl, tdom were installed in /home/y2008/cs6397/shm04/local psrun command is working fine and i got xml files also but when i run psprocess on those files i get the following message, /home/y2008/cs6397/shm04/local/perfsuite/bin/psprocess: line 61: /home/y2008/cs6397/shm04/local/tcl/bin/tclsh8.6--with-tdom=/home/y2008/cs6397/shm04/local/tdom: No such file or directory /home/y2008/cs6397/shm04/local/perfsuite/bin/psprocess: line 61: exec: /home/y2008/cs6397/shm04/local/tcl/bin/tclsh8.6--with-tdom=/home/y2008/cs6397/shm04/local/tdom: cannot execute: No such file or directory and does -p option works for openMP programs also |