Augustine, The PBS script for pvm (OSCAR_test/pvm/pbs_script.pvm) tries to compile the master/slave example before running it. It looks to me as if the compile is failing due to the inability to find the include files (caused by the inability to read the /opt/pvm3/include directory). I would check to make sure that /opt/pvm3/include exists, and if it does, check to make sure it is world readable. Since the compile fails, the ./master1 command also fails, due to the binary not existing.
Try compiling the master/slave example by hand and running the example outside of PBS. You can use pbs_script.pvm as a reference for the commands to run. If you need any more help, just let me know. mike Augustinas Abaravichyus wrote: > > It was recomended to me that I ask you guys for advice on this issue. > > -------- Original Message -------- > Subject: need some help with BU's node > Date: Mon, 15 Oct 2001 11:03:11 -0400 > From: Augustinas Abaravichyus <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > > Hello, > > I'm in the process for configuring GIB at b.u. After installing oscar > 1.1, we execute test_cluster script which goes through most of the way > untill it starts to test pvm when it exists with an error. Bellow are > the contents of pvmtest.err file. (1st error - I can execute pvmgetarch > from a comandline without a problem). Any advice? > > -bash: /opt/pvm3/lib/pvmgetarch: Permission denied > /usr/spool/PBS/mom_priv/jobs/66.gib01.bu.edu.SC: pvmd: command not found > > /opt/pvm3/include: Permission denied > master1.c:34:18: pvm3.h: No such file or directory > /opt/pvm3/include: Permission denied > slave1.c:34:18: pvm3.h: No such file or directory > /usr/spool/PBS/mom_priv/jobs/66.gib01.bu.edu.SC: ./master1: No such file > or directory > pvmd3: no process killed > > Thank you for your time! > > - Augustine > > _______________________________________________ > Oscar-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/oscar-users -- Michael J. Brim Graduate Research Asst. UW Computer Science Dept. Rm. 5388, (608)262-2542 _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users
