USQCD Software source code access


Source code access via CVS

There are several Lattice QCD source code packages available under CVS. Access is available to those who have JLab user accounts or via the exported tar-ball. There is also anonymous account access via CVS as well; however, there is no write capability back to the CVS repository via anonymous access.

There are several CVS modules one can access. The first column is the actual name to use for module name below:


For those users with a JLab account, use

export CVS_RSH=ssh

for bash or sh or

setenv CVS_RSH ssh

for csh. Finally,

cvs -d :ext:<username>@cvs.jlab.org:/group/lattice/cvsroot checkout

and use your username at JLab.

Note, you can set the default CVS home with

export CVSROOT=:<...>@cvs.jlab.org:/group/lattice/cvsroot

and simply use

cvs checkout <module name>


For those users without a JLab account, you can retrieve the code via anonymous CVS access. However, one cannot make changes to the CVS repository.

One can simply under csh-like shells

setenv CVSROOT :pserver:anonymous@cvs.jlab.org:/group/lattice/cvsroot

cvs login

At the prompt, one supplies an empty password. Checkouts proceed as above:

cvs checkout <module name>


Maintained by Webmaster. Last modifed: by $Author: edwards $ on $Date: 2007/10/05 05:07:30 $.