~ubuntu-branches/ubuntu/precise/code-saturne/precise

« back to all changes in this revision

Viewing changes to extras/code_saturne.cfg

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2011-11-24 00:00:08 UTC
  • mfrom: (6.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20111124000008-2vo99e38267942q5
Tags: 2.1.0-3
Install a missing file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
### This file configures various Code_Saturne options.
 
2
###
 
3
### The commented-out examples below are intended to demonstrate
 
4
### how to use this file.
 
5
 
 
6
 
 
7
### Section for Code_Saturne installation customizations.
 
8
 
 
9
[install]
 
10
### Select the batch system type and job template.
 
11
# batch =
 
12
###
 
13
### Define installation prefixes of alternate builds for compute tasks
 
14
### (parallel partitioning, solver).
 
15
### Either the absolute name or the base name of the installation prefix may
 
16
### be used (using the more concise base name assumes a consistent naming
 
17
### scheme, with builds installed side-by-side).
 
18
# compute_versions =
 
19
###
 
20
### Set the location to the SYRTHES installation directory.
 
21
# syrthes =
 
22
###
 
23
### Set the location to the Code_Aster installation directory.
 
24
# aster =
 
25
 
 
26
### End of section.
 
27
 
 
28
 
 
29
### Section for Code_Saturne run customizations.
 
30
 
 
31
[run]
 
32
### Set the temporary directory.
 
33
# scratchdir =
 
34
###
 
35
### Set the mesh database directory.
 
36
# meshpath =
 
37
 
 
38
### End of section.