Downloads
These are all what you might call "early alpha" releases. They are mainly for testing. Detailed installation instructions can be found here.
- Version 0.2rc12 (20070717)
- Version 0.2rc6 (20070419)
- Version 0.2rc5 (20070414)
- Version 0.2rc3 (20070410)
Upgrading to RC12 from a previous version
- Download tarball for 0.2rc12 from above link
- Make a copy of
$GWIZ_HOME/conf/auth-info.xml - Make a copy of
$GWIZ_HOME/conf/cluster.xml - Save anything else in GWIZ_HOME you want to keep
- Delete your GWIZ_HOME directory
- Untar the tarball
- Replace those TWO configuration files into
$GWIZ_HOME/conf - IMPORTANT! You need to perform the same procedure on all of the compute clusters you will run applications on. If you don't do this, GWiz will not be able to run your computational jobs.
Installing RC11 a-fresh
- Download tarball for 0.2rc12 from above link into your home directory
- Untar the tarball
- Set
GWIZ_HOMEin your environment to/home/you/gwiz - Edit
conf/auth-info.xmlaccording to the wiki documentation - Edit
conf/cluster.xmlaccording to the wiki documentation - IMPORTANT! You need to perform the same procedure on all of the compute clusters you will run applications on. If you don't do this, GWiz will not be able to run your computational jobs.
Stuff you probably don't need to worry about...
Upgrading to RC6 from a previous version
- Downlaod tarball from above link
- Make a copy of
$GWIZ_HOME/conf! - Delete
$GWIZ_HOME/gwiz*.jar - Untar the tarball into
$GWIZ_HOME - Move your copied
conffile back - IMPORTANT! You need to repeat this step on all of your compute
resources. That is, ssh into, say, birn-cluster0, and
curl -O http://www.gridwizard.org/downloads/gwiz-0.2rc6.tar.gz, thenrm $GWIZ_HOM/gwiz-*.jar; tar xvfz gwiz-0.2rc6.tar.gz
Quick install
- Download tarball from above link
- Decide on a
GWIZ_HOMEdirectory;~/gwizis a pretty good one. - Move any existing install out of the way:
mv ~/gwiz ~/gwiz.backup - Untar the tarball:
% tar xvfz gwiz-XXXX.tar.gz - Move that resulting directory to
GWIZ_HOME:% mv gwiz-XXXX ~/gwiz. - Set the
GWIZ_HOMEenvironment variable to the appropriate value in your.bashrcor.cshrcfile. - Repeat these steps on every computational resource you plan to use.
- Configure GWiz.
Dev snapshots
If you have found a bug in one of the established versions above, you might want to try the development snapshots. These aren't packaged nicely for you, but you can very easily get the most recent copy from our Subversion server as follows:
% svn co http://svn.gridwizard.org/gridwizard/trunk gwiz-dev % cd gwiz-dev % ant pkg
This should give you a working copy of the most recent checkin. Of course, this makes configuration a real pain, because now you have the directory you're developing in, and then all of your compute resources have an older copy. Depending on what you're changing (file staging versus, say, scheduling) this can make development a bit of a mess.
