File: README.txt

package info (click to toggle)
syrthes 3.4.2-dfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,492 kB
  • ctags: 3,344
  • sloc: fortran: 24,924; ansic: 12,140; makefile: 229; sh: 44
file content (81 lines) | stat: -rw-r--r-- 2,370 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81

==================================
INSTALLATION PROCEDURE FOR SYRTHES
==================================


SYRTHES is generally installed in a specific directory which is /home/syrthes
Then the current version of the code will be installed in /home/syrthes/syrthes3.4.2


In order to build SYRTHES you need
  - a C compiler that is ANSI compatible
  - a FORTRAN compiler
  - make



In the directory  syrthes3.4.2/bin
  
 1. Edit the file syrthes.profile and check the following variables :
      --> the NOM_ARCH variable according your own system (if not detected automatically)
      --> the PATHSYR (generally, PATHSYR=/home/syrthes)


 2. source the file syrthes.profile


 3. Edit the file Makefile.in and check the compilers names and options
    In particular you may need to modify the following:
       a. The CC variable, to be the name of the ANSI C compiler
          in your system. The GNU C compiler (gcc) will do.
       b. The FC variable, to be the name of the FORTRAN compiler
          in your system. The GNU Fortran compiler (g77) will do.
       c. You can use CFLAGS, FCFLAGS and LDFLAGS to provide additional 
          command line options that are required by your compilers and linker.


 4. build the libraries and utilities : type 'make install'




=========================
RUN PROCEDURE FOR SYRTHES
=========================

Go to the directory where you want to perform SYRTHES calcultation.

1. make sure that the environment variable $SYRTHES_HOME is OK
   (if not, source the file /home/syrthes/syrthes3.4.2/bin/syrthes.profile)

2. create a new case with the command : syrthes_create_case mycase

3. cd mycase

4. prepare the data :
       - create a mesh
       - update the data files 
         syrthes.env, syrthes.data, syrthes.ray (if needed)
       - if needed, move some user files (usr/*.F) in the current directory and
         programm them
5. build the SYRTHES code : type 'make exe' or 'make'

6. run the code : type 'syrthes'   

7. convert the result files for Ensight use : type 'syrthes2ensight -h'
   for help about this utility

=========================
Contact Information 
=========================

If you have any comments, suggestions, or bug reports, please send them
to syrthes-support@edf.fr

Any bug fixes and upgrades of the SYRTHES packages is available on WWW at
URL: http://rd.edf.com/syrthes