|
Installed Software at Notre DameUsers local to Notre Dame may make use of our software straight out of AFS. A stable version of the cctools is built on several platforms and installed in /afs/nd.edu/user37/ccl/software/cctools. Just set your path as follows:Using TCSH: % setenv PATH /afs/nd.edu/user37/ccl/software/cctools/bin:$PATHOr using BASH: % PATH=/afs/nd.edu/user37/ccl/software/cctools/bin:$PATH % export PATH To use the latest development version of the cctools, use the following path instead: /afs/nd.edu/user37/ccl/software/cctools-autobuild/bin. Then, just run Parrot, Chirp, Makeflow, and other software directly: % parrot tcsh % cd /chirp % ls -la ...For users utilizing the CRC computing cluster, you may use the module system as follows: % module use /afs/nd.edu/user37/ccl/software/modulefilesThis will make various CCL software modules available you. Once you have performed this command you can load CCL modules using the load command. To use the stable version of cctools: % module load cctoolsTo use the development version of cctools: % module load cctools/autobuildIf you wish to use the module system outside of the CRC computing cluster, you may load the module system as follows: Using TCSH: % source /afs/nd.edu/user37/ccl/software/scripts/CshrcOr using BASH: % . /afs/nd.edu/user37/ccl/software/scripts/ShrcThe previous module command should now work. | ||||||||||||||||||||||||||||||||||||||