Open main menu

Changes

Installation linux

142 bytes removed, 11:31, 31 July 2014
no edit summary
=== Using subversion ===
To check out the relax_disp or relax trunk branch using the subversion client, simply type:
<source lang="bash">
svn co svn://svn.gna.org/svn/relax/branches/relax_disp relax_disp
svn co svn://svn.gna.org/svn/relax/trunk relax_trunk
</source>
If this svn command does not work, try:
<source lang="bash">
svn co http://svn.gna.org/svn/relax/branches/relax_disp relax_disp
svn co http://svn.gna.org/svn/relax/trunk relax_trunk
</source>
For the R1 and R2 and relaxation dispersion analyses, the relax C modules must be compiled. This is done using the scons program, by simply typing:
<source lang="bash">
cd relax_disprelax_trunk
scons
</source>
<source lang="bash">
cd relax_disprelax_trunk
echo "setenv PATH $PWD"':$PATH' >> $HOME/.cshrc
</source>
are forced to run on this computer.
The file '''relax_disprelax_trunk''' is made executable (''chmod +x relax_disprelax_trunk''), and put in a PATH, known by all satellite computers.
<source lang="bash">
#!/bin/tcsh -f
# Set the lax version used for this script.
set RELAX=/network_drive/software_user/software/NMR-relax/relax_disprelax_trunk/relax
# Check machine, since only machine haddock have correct packages installed.
# Set the relax version used for this script.
set RELAX=/sbinlab2/tlinnet/software/NMR-relax/relax_disprelax_trunk/relax
# Set number of available CPUs.