Here is my .bash_profile contents
--------------------------------------------------
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
BASH_ENV=$HOME/.bashrc
USERNAME=""
export USERNAME BASH_ENV PATH
# FOR Installing and configuring PVM
PVM_ROOT=$HOME/pvm3
PVM_DPATH=$PVM_ROOT/lib/pvmd
PVM_ARCH=LINUX
export PVM_ROOT PVM_DPATH PVM_ARCH
PATH=$PATH:$HOME/pvm3/lib:$PVM_ROOT/bin/$PVM_ARCH
--------------------------------------------------
Here is my bin directory.
--------------------------------------------------
[node@trust bin]$ l
total 0
lrwxrwxrwx 1 node node 43 Dec 20 15:51 pvmpov ->
/home/node/povr
ay31/source/pvm/LINUX/pvmpov*
lrwxrwxrwx 1 node node 45 Dec 20 15:51 s-pvmpov ->
/home/node/po
vray31/source/pvm/LINUX/s-pvmpov*
lrwxrwxrwx 1 node node 45 Dec 20 15:51 x-pvmpov ->
/home/node/po
vray31/source/pvm/LINUX/x-pvmpov*
--------------------------------------------------
But spawn failure evenly occur it, followed as before
--------------------------------------------------
Persistence of Vision(tm) Ray Tracer Version 3.1g.Linux.gcc
This is an unofficial version compiled by:
Jakob Flierl <fli### [at] lugade> - PVM-POV Version 3.1e.1
The POV-Ray Team(tm) is not responsible for supporting this version.
Copyright 1999 POV-Ray Team(tm)
Initializing PVMPOV
Spawning pvmpov with 1 PVM tasks on 1 hosts...
...spawn failure because executable not found.
...No tasks spawned! Quitting.
--------------------------------------------------
Where is best answer??? please help me in this problem.
Thank you for read.,
KeunHo Yoon.
Post a reply to this message
|