Difference between revisions of "DL Poly Classic Installation"

From Supercomputación y Cálculo Científico UIS
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
Back to [[DLPoly]]
  
<div class="thumbnail img-thumbnail">http://wiki.sc3.uis.edu.co/images/a/a8/Logo_sc33.png</div>
+
== DL Poly Classic Installation ==
<p><div class="btn btn-primary"><i class="fa  fa-long-arrow-left"></i> [[DLPoly]]</div></p>
+
''' DL Poly Classic 1.9 on Debian 7.0 '''
  
<div class="col-md-14">
+
=== Installation ===
    <div class="panel panel-darker-white-border">
+
1. First you need to check if Tcsh is intalled
        <div class="panel-heading">
+
{{Command|<nowiki>aptitude install tcsh</nowiki>}}
            <h3 class="panel-title">OpenFOAM Installation</h3>
+
2. Go to and check the download instructions:
        </div>
+
http://www.ccp5.ac.uk/DL_POLY_CLASSIC/
        <div class="panel-body">
+
{{Note|<nowiki>Check MPI and basic libraries</nowiki>}}
            <p><b>OpenFOAM 2.3.1 over Debian 7.0</b></p>
+
3. Download and untar in a common location, for instance /usr/local/
            <p>
+
4. Edit /etc/profile.d/apps.sh and add the following lines.  Then replicate these changes in the apps.sh file of every node.
 
 
== Installation ==
 
1. First you need to check the required packages.  They can be obtained using aptitude.  Here is a complete list for the platform:
 
{{Command|<nowiki>aptitude search build-essential
 
aptitude search flex
 
aptitude search bison
 
aptitude search cmake
 
aptitude search zlib1g-dev
 
aptitude search libopenmpi-dev
 
aptitude search openmpi-bin
 
aptitude search qt4-dev-tools
 
aptitude search libqt4-dev
 
aptitude search libqt4-opengl-dev
 
aptitude search gnuplot
 
aptitude search libxt-dev
 
aptitude search freeglut3-dev
 
aptitude search libqtwebkit-dev
 
aptitude search libreadline-dev
 
aptitude search libncurses-dev</nowiki>}}
 
 
 
{{Note|<nowiki>The compilers must be:
 
GCC: 4.5.0 and above; LLVM Clang: 3.4 and above; Intel ICC: 14.0.1</nowiki>}}
 
 
 
5. Edit /etc/profile.d/apps.sh and add the following lines.  Then replicate these changes in the apps.sh file of every node.
 
 
{{File|/etc/profile.d/apps.sh|<pre><nowiki>
 
{{File|/etc/profile.d/apps.sh|<pre><nowiki>
 
...
 
...
export FOAM_INST_DIR=/usr/local/OpenFOAM
+
#DL Poly Classic
foamDotFile=$FOAM_INST_DIR/OpenFOAM-2.3.1/etc/bashrc
+
export PATH=$PATH:/usr/local/dl_class_1.9
[ -f $foamDotFile ] && . $foamDotFile
 
 
...
 
...
</nowiki></pre>}}
+
</nowiki></pre>}}5. Test using the test exercises found in the same location of the sources.
  
          </p>
+
{{Note|<nowiki>The Java GUI can't be installed.  It should be installed in the client machine and the proyect files uploaded</nowiki> }}
        </div>
 
    </div>
 
</div>
 

Latest revision as of 20:17, 27 June 2016

Back to DLPoly

DL Poly Classic Installation

DL Poly Classic 1.9 on Debian 7.0

Installation

1. First you need to check if Tcsh is intalled

aptitude install tcsh

2. Go to and check the download instructions: http://www.ccp5.ac.uk/DL_POLY_CLASSIC/

NOTE: Check MPI and basic libraries

3. Download and untar in a common location, for instance /usr/local/ 4. Edit /etc/profile.d/apps.sh and add the following lines. Then replicate these changes in the apps.sh file of every node.

File: /etc/profile.d/apps.sh
...
#DL Poly Classic
export PATH=$PATH:/usr/local/dl_class_1.9
...

5. Test using the test exercises found in the same location of the sources.

NOTE: The Java GUI can't be installed. It should be installed in the client machine and the proyect files uploaded