To add a new proxy for a new Grid software:

cp -r $NETSOLVE_ROOT/src/Proxy/NetSolve \
          $NETSOLVE_ROOT/src/Proxy/NewGrid

rewrite $NETSOLVE_ROOT/src/Proxy/NewGrid/*.c

cp $NETSOLVE_ROOT/include/netsolvejobdesc.h \
          $NETSOLVE_ROOT/include/newgridjobdesc.h

edit $NETSOLVE_ROOT/include/proxyjobdesc.h and add the clause
          for NEWGRID_PROXY

modify the makefiles and $NETSOLVE_ARCH.def accordingly

done
