From: Rick K. <rk...@nc...> - 2008-07-21 16:42:30
|
Dinesh - Regarding the difficulty executing psprocess: you may need to rerun configure and change the option --with-tdom=$HOME/local/tdom to --with-tdom=$HOME/local/tdom/lib, as that option does not refer to the tDOM top-level installation, but rather the library subdirectory after installation. Please try that and let me know if you still have failures. On the second question: the -p option to psrun should support OpenMP if the underlying threading mechanism is POSIX threads. Intel's compilers, for example, use Pthreads and things generally work as you'd expect. Rick dinesh reddy wrote: > 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 > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ------------------------------------------------------------------------ > > _______________________________________________ > PerfSuite-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfsuite-users > |