snap! I was about to post something about this. I have got r5189 of Oscar running on FC5 x86_64 (the one as released, not my respun one). It too fails the same tests and gets the tcl error.
I tried my best to figure out what was going on... the
master and slave programs in the /home/oscartst/pvm
directory compile fine on the head node but not on the
nodes. The pvmtest.err contains:
In file included from /usr/include/features.h:352,
from /usr/include/stdio.h:28,
from master1.c:36:
/usr/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h:
No such file or directory
In file included from /usr/include/features.h:352,
from /usr/include/stdio.h:28,
from slave1.c:33:
/usr/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h:
No such file or directory
cp: cannot stat `master1': No such file or directory
cp: cannot stat `slave1': No such file or directory
/var/spool/pbs/mom_priv/jobs/10.orange.s.SC: line 47:
./master1: No such file or directory
Indeed the file /usr/include/gnu/stubs-64.h is
missing. I cpush'd the file to the nodes and could
compile on the nodes but the test still fails (with
the "cannot stat" errors. I don't know how the tests
are meant to work or if the missing stubs file is an
indication of some other problem.
Steve.
PS: I have attached my install log.
--- joseph pei <[EMAIL PROTECTED]> wrote:
> TORQUE default queue definition
> [PASSED]
> TORQUE Shell test
> [PASSED]
> Ganglia setup test
> [PASSED]
> Ganglia node count test
> [PASSED]
> LAM/MPI (via TORQUE)
> [FAILED]
> PVM (via TORQUE)
> [FAILED]
> mpi/openmpi-1.1(64):ERROR:102: Tcl command execution
> failed: if { $have_blcr
> == 1 && $have_gm == 1 &&
> [file exists
> $dir/openmpi-with-blcr-and-gm-$version] } {
> module load $dir/openmpi-with-blcr-and-gm-$version
> } elseif { $have_blcr == 0 && $have_gm == 1 &&
> [file exists $dir/openmpi-with-gm-$version] } {
> module load $dir/openmpi-with-gm-$version
> } elseif { $have_blcr == 1 && $have_gm == 0 &&
> [file exists $dir/openmpi-with-blcr-$version] }
> {
> module load $dir/openmpi-with-blcr-$version
> } elseif { [file exists $dir/openmpi-$version] } {
> module load $dir/openmpi-$version
> } else {
> break
> }
>
> Open MPI (via TORQUE)
> [FAILED]
> MPICH (via TORQUE)
> [FAILED]
>
> Run APItests...
>
> Running Installation tests for pvm
> [PASS] 2006-07-27 15:57:44 pvmd-path-ls.apt
> [PASS] 2006-07-27 15:57:44
> envvar-pvm_arch.apt
> [PASS] 2006-07-27 15:57:44
> envvar-pvm_root.apt
> [PASS] 2006-07-27 15:57:44 envvar.apb
> [PASS] 2006-07-27 15:57:44
> pvmd-path-which.apt
> [PASS] 2006-07-27 15:57:44
> modulecmd-path-ls.apt
> [PASS] 2006-07-27 15:57:44
> pvm-module-list.apt
> [PASS] 2006-07-27 15:57:44
> pvm-module-show-pvm_rsh.apt
> [PASS] 2006-07-27 15:57:44
> pvm-module-show-pvm_arch.apt
> [PASS] 2006-07-27 15:57:44
> pvm-module-show-pvm_root.apt
> [PASS] 2006-07-27 15:57:44
> pvm-module-show.apb
> [PASS] 2006-07-27 15:57:44 pvm-module.apb
> [PASS] 2006-07-27 15:57:44 install_tests.apb
>
> There are 4 failed/skipped tests (see above).
>
> _________________________
> Should I set the PATH etc., because mpich is
> installed in
> /opt/oscar/mpich-ch_p4-gcc-1.2.7, and
> /opt/oscar/mpich-ch_p4-gcc-1.2.7/bin
> is not in the PATH?
> >
-------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get
> the chance to share your
> opinions on IT & business topics through brief
> surveys -- and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>
_______________________________________________
> Oscar-users mailing list
> [email protected]
>
https://lists.sourceforge.net/lists/listinfo/oscar-users
>
oscarinstall.log
Description: 2083568589-oscarinstall.log
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Oscar-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-users
