/etc/code_saturne.cfg is in code-saturne-data 2.1.0-4ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | ### This file configures various Code_Saturne options.
###
### The commented-out examples below are intended to demonstrate
### how to use this file.
### Section for Code_Saturne installation customizations.
[install]
### Select the batch system type and job template.
# batch =
###
### Define installation prefixes of alternate builds for compute tasks
### (parallel partitioning, solver).
### Either the absolute name or the base name of the installation prefix may
### be used (using the more concise base name assumes a consistent naming
### scheme, with builds installed side-by-side).
# compute_versions =
###
### Set the location to the SYRTHES installation directory.
# syrthes =
###
### Set the location to the Code_Aster installation directory.
# aster =
### End of section.
### Section for Code_Saturne run customizations.
[run]
### Set the temporary directory.
# scratchdir =
###
### Set the mesh database directory.
# meshpath =
### End of section.
|