Saturday 25 July 2009

N-Body MPI Code...

http://www.artcompsci.org/msa/web/contribs/nbody_sh1p.tar.gz

Eclipse Plugin Information...

In the URLs below you have some information about Eclipse Plugin
architecture and how create a simple plugin.

http://www.eclipsepluginsite.com/
http://onjava.com/pub/a/onjava/2005/02/09/eclipse.html?page=1

First of all you can start from the "Plugin with a View" sample (see
http://www.eclipsepluginsite.com/eclipse-plugin-development-2.html ). This
sample creates the necesary code and files for the plugin. Then you can add
in the view class your GUI objects. If you have a SWT GUI you can add it as
a simple widget in the view plugin. If your GUI is a SWING GUI I think there
is a SWT composite that can contain the SWING GUI.

NAREGI Important commands...

naregi-signon https://pfg1041.naregi.org/portal

naregi-simplejob-submit ~/sort -j=sort1 -o=stdout1.txt -e=stderr1.txt

naregi-simplejob-submit /bin/sh -a=post.sh -j=n-body -o=nbody.out -e=nbody

naregi-simplejob-submit /bin/sh -a=exe.sh -j=n-body-new -o=nbodynew.out -e=nbodynew.err

C:\>naregi-mpijob-submit /home/ot/gocusr14/hello -np=2 -S -j=mpi-job -o=mpinew.out -e=mpinew.err

Submitting is done...
JobID=CID_30948

Azure OpenAI Architecture Patterns & Deployment Patterns

Sharing some useful links that will help customers architect Azure OpenAI solution using the best practices: (1) Azure OpenAI Landing Zone r...