Log In | Get Help   
Home My Page Projects Code Snippets Project Openings transition state search using dynamics
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files Wiki
[tsscds] Annotation of /trunk/README
[tsscds] / trunk / README Repository:
ViewVC logotype

Annotation of /trunk/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 210 - (view) (download)
Original Path: README

1 : tsscds 210 ===========================================================================
2 :     tsscds. A computer program for finding reaction mechanisms and solving the kinetics.
3 :     Copyright (C) 2018 Emilio Martinez-Nunez, Aurelio Rodriguez, Roberto Rodriguez-Fernandez, Saulo Vazquez-Rodriguez, George L. Barnes and James J. P. Stewart
4 : baaden 3
5 : tsscds 210 This program is free software: you can redistribute it and/or modify
6 :     it under the terms of the GNU General Public License as published by
7 :     the Free Software Foundation, either version 3 of the License, or
8 :     any later version.
9 :    
10 :     This program is distributed in the hope that it will be useful,
11 :     but WITHOUT ANY WARRANTY; without even the implied warranty of
12 :     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 :     GNU General Public License for more details.
14 :    
15 :     You should have received a copy of the GNU General Public License
16 :     along with this program. If not, see <http://www.gnu.org/licenses/>.
17 :     ===========================================================================
18 :    
19 : tsscds 132 Before installing tsscds, be aware that the program makes use of the following packages that need to be installed in your linux distribution:
20 : tsscds 96
21 : tsscds 210 GNU parallel, sqlite3, python2 (with numpy and scipy libraries), environment modules, g09, and zenity3.
22 : tsscds 132
23 : tsscds 210 Once “Environment modules” is installed, you can add to your .bashrc the following line to use the tsscds module:
24 : tsscds 132
25 :     module use path_to_program/modules
26 :    
27 : tsscds 187 Where path_to_program is the path where you intend to install tsscds (like $HOME/tsscds-2018).
28 : tsscds 132 You will also need g09 to run the high-level calculations and it should be run as: g09<input>output.
29 :    
30 :     Then, to install the program, follow these steps:
31 :    
32 : tsscds 92 1) ./configure
33 : tsscds 96
34 : tsscds 187 This will install tsscds in $HOME/tsscds-2018 by default.
35 : tsscds 131 If you want to install it in a different directory, use :
36 : tsscds 96
37 : tsscds 101 ./configure --prefix=path_to_program
38 : tsscds 96
39 : tsscds 92 2) make
40 : tsscds 96
41 : tsscds 92 3) make install
42 : baaden 3
43 : tsscds 92
44 :     ###-run 'autoreconf -i' after svn check out
45 :    

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge