I find some answer to the problem " modprobe: FATAL: Could not load /lib/modules/2.6.13/modules.dep: No such file or directory",:
I thought that might be the case... it might even be that the modprobe errors are from the kernel trying to load in the OSF/1 compatibility module. Steve On Thu, Oct 2, 2008 at 11:54 AM, Ali Saidi <[EMAIL PROTECTED]> wrote: > It is possible to run an osf/1 binary on linux, but you would need to > compile a custom kernel with osf/1 syscall support. But how to run an osf/1 binary on linux ? I have no idea. 2009/11/10 junli gu <[email protected]> > Hi everyone, > > I am trying to run MPI programs on full system mode. I am doing by the > following steps: > > 1:download a pre-compiled cross compiler name it gcc-alpha, set the path > environment for it > 2:install MPICH with the compiler gcc-alpha. > 3:compiler the mpi programs using mpich: > mpicc -c --static mpi_scatter.c -o scatter > 4:copy the binaries into disk image . make a .rcS file called scatter.rcS: > #! /bin/sh > echo "executing mpi_scatter.c" > eval /benchmark/scatter > echo "mpi_scatter done.Ready to exit" > /sbin/m5 exit > 5: and run in full system mode : > build/ALPHA_FS/m5.opt -d /home/junligu/output configs/example/fs.py > --script configs/mybenchmark/scatter.rcS > > Then I got the output from m5term: > loading script... > executing mpi_scatter.c > modprobe: FATAL: Could not load /lib/modules/2.6.13/modules.dep: No such > file or directory > > modprobe: FATAL: Could not load /lib/modules/2.6.13/modules.dep: No > such file or directory > > /tmp/script: line 3: /benchmark/scatter: cannot execute binary file > mpi_scatter done.Ready to exit > > Has anyone done the similar work? Shall I copy the MPI lib into the disk > image? > > Please help! Thank you! > -- > ************************************************ > Gu Junli--谷俊丽 > PHD Candidate of Tsinghua University > Beijing 100084,China > Tel: 86-10-62795139 > > ************************************************ > -- ************************************************ Gu Junli--谷俊丽 PHD Candidate of Tsinghua University Beijing 100084,China Tel: 86-10-62795139 ************************************************
_______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
