[CIG-MC] cookbook9: new error
Eh Tan
tan2 at geodynamics.org
Thu Jul 1 18:31:32 PDT 2010
On 6/24/10 4:01 AM, Magali Billen wrote:
> Traceback (most recent call last):
> File "/home/billen/Src2/CitcomS-3.1.1/bin/citcoms", line 56, in ?
> from CitcomS.CoupledApp import CoupledApp as App
> File "/home/billen/Src2/CitcomS-3.1.1/CitcomS/CoupledApp.py", line
> 29, in ?
> from BaseApplication import BaseApplication
> File "/home/billen/Src2/CitcomS-3.1.1/CitcomS/BaseApplication.py",
> line 30, in ?
> from mpi.Application import Application
> ImportError: No module named mpi.Application
Hi Magali,
This error indicates that your PYTHONPATH is not set up correctly.
> 315 12:16 setenv PYTHONPATH
> $home/cig/lib/python2.4/site-packages
It's possible that your MPI implementation doesn't pass the current
environment variable to the remote mpi processes. As a result, the
correct PYTHONPATH is only defined on the host, but not on the compute
node. You might need to add the above line in your .cshrc.
Cheers,
Eh
More information about the CIG-MC
mailing list