On Tue, 2006-07-04 at 14:18 +0800, Allister Levi Sanchez wrote: > Hi PLUG gurus, > > Speaking of grid computing, is anybody here an expert / has had some > experience? We're now trying to experiment with VDT (Virtual Data > Toolkit, http://vdt.cs.wisc.edu/). We did the installation but are > now in facing a blank wall. For example, how do we actually use it? > Like, e.g., how do we actually submit jobs and which services to run, > if any?
VDT is parallel computing middleware - you install it on multiple hosts (with each host having their own certificates). You can then find a problem that can be solved or at least tractable using parallel computing. You could try searching for problems that use MPI facilities (either in Fortran, C++ or some other language) - just Google for it, then create programs that use MPI facilities, then submit them to the Globus gatekeeper program. -- Paolo Alexis Falcone [EMAIL PROTECTED] _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

