Hi everyone
I instlled meep and meep-mpi on diskless linux cluster successfully.
The Linux is Fecora Core8 of x86_64.
First, the meep and meep-mpi(with LAM) runs very well in the main node of cluster(which includes the disk)...
But! when I run the meep and meep-mpi in the sub node,
(which doesn't have a disk and mount the disk of main node using nfs)
it returns a shared library error as shown below
=====
$ meep --version
meep: error while loading shared libraries: libcblas.so.3: cannot open shared object file: No such file or directory
=====
However, I found the library 'libcblas.so.3' is exist in the /usr/lib64/atlas instead of /usr/lib/atlas.
So How can I solve this problem?? I can think two options.
1. install the blas and atlas in i386 version(not as an x86_64).
2. Copy the libraries in /usr/lib64/atlas to /usr/lib/atlas.
But I think those options are not solve the problem basically,
becuase the meep and meep-mpi runs very well in the main node, which has the same library.
Is there anyone who have met the same problem with me?
If anyone knows how to make the meep and meep-mpi run well in sub node, pleas let me know.
Sincerely
- Myeong-Woo Kim
_______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

