Wondering if anyone played with both projects??
http://opensolaris.org/os/project/hpc-stack/
http://opensolaris.org/os/project/livehadoop/
Hadoop/MapReduce can solve some HPC problems quite well, and Grid
Engine can be used as the job scheduler. IMO it should be included in
the Hadoop Live CD!
h
Sorry, are these MPI questions? I'll assume so. Otherwise, I don't know.
Manal Helal wrote:
> I am confused about the term blocking, does it block till the send
> operation completes and I can re-use the buffers only?
Yes.
> or does it block till the receive initiates a receive command?
Not
As soon as I get a moment to breathe, working on the SGE/Hadoop
integration is next on my list of things to do. Hopefully I'll have more
to report in the near future.
Daniel
Rayson Ho wrote:
> Wondering if anyone played with both projects??
>
> http://opensolaris.org/os/project/hpc-stack/
> htt
Karen,
perhpas it is just a simple LD_LIBRARY_PATH problem.
Set the environment variable LD_LIBRARY_PATH to include
/usr/lib/X11.
setenv LD_LIBRARY_PATH /usr/lib/X11:$LD_LIBRARY_PATH
You can check if all libraries are found by doing
ldd /opt/VirtualGL/bin/glxinfo
Kind regards
Gunter
>
For a base install of OpenSolaris, there should be a /usr/lib/libGL.so.1
that points (through several indirections) to
/usr/X11/lib/mesa/libGL.so.1. This comes from the SUNWxorg-mesa
package. If glxinfo is failing, it is likely because this package is
not installed, or not installed properly.
Karen wrote:
> Dear all,
> I tried to test the Sun Shared Visualization on my laptop, which did not have
> a supported graphic cards.
>
> When I execute the command: /usr/openwin/bin/xdpyinfo -display :0 .
> Everything is fine. However, when I run [b]/opt/VirtualGL/bin/glxinfo
> -display :0 [/b