| PLEX86 | ||
|
Why am I not using 100% of cpu 4492Ogg Vs Mp3 with Linux. 4493 Tomas Dietz Not for me. Does everything I want. Games, multimedia, networking, web. Even plays ever-so-nicely with my WinPC. So you had Windows sussed out the first day you... Try running only one process at a time (if possible), or put all MPI processes on a single CPU. If its CPU utilization rises over 74.2%, then the two processes are competing for a shared resource, perhaps the memory bus. Time spent waiting for memory access should lies in kernel routines, thus is system time, thus does not show up as process (user) time. But it is odd that the process' user+system time is still below 100%. Even if the time were spent in I-O (or memory access), the complement of user time should add up to 100% (if the process is CPU bound). pureftpd with mySQL Support ERROR On 17 Aug 2005 12:36:49 -0700, Nicholas staggered into the Black Sun and said: This is really, really inefficient and will take forever. Use "locate*libmysqlclient-*" instead; it'll run... Unless the scheduler is putting the process to sleep while waiting for I-O... like background NFS or network traffic. You mentioned that context switches are numerous. That's a potentially significant loss of CPU time. What other processes are running concurrently? Maybe you should drop unix runlevels to shut down X and secondary processes to see if they are stealing cycles. "init -s" will switch your workstation to single user mode. I'd also try cranking up the priority of your process to see if that gives it a higher fraction of the CPU. "nice -20 .-program" should do it. Also, you might run strace on the process to see if it's making system calls, perhaps to disk. Same for using vmstat to check on virtual memory use. BTW, AFAIK all MPI implementations use polling when blocking on a send-recv. This chews up CPU cycles something fierce with busy waits, but it's the only way to achieve low latency. It can easily account for less than optimal CPU utilization. And it's unavoidable. Randy Ogg Vs Mp3 with Linux. 4494 BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 17 Oct 2005 08:53:56 -0500, I use my iPod daily, for up to... Dave Sill -- "If English was good enough for Jesus Christ, it ought to be good enough for the children of Texas." -- Texas Governor Ma Ferguson (1924)
|
||||
Linux groups from Newsgroups The #1 Usenet Provider on the Internet
|
||||