Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csbase-dev
sgarest-daemon
Commits
9b128b1d
Commit
9b128b1d
authored
Jun 19, 2019
by
Pedro Felipe Santos Magalhaes
Committed by
Carlos Juliano Viana
Sep 24, 2019
Browse files
[SOMA-1485] - restringir plataforma do yade
+ pegando uma variável de ambiente para definir a plataforma do sga no doker
parent
c51b0db6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Docker/pbs/sgad.cfg
View file @
9b128b1d
csbase_server = os.getenv("CSBASE_SERVER")
platform =
"Win
64"
platform =
os.getenv("SGAD_PLATFORM") or "Linux44_
64"
sgad_host = os.getenv("SGAD_HOST")
sgad_port = tonumber(os.getenv("SGAD_PORT"))
sga_name = os.getenv("SGAD_NAME")
...
...
Docker/posix/sgad.cfg
View file @
9b128b1d
csbase_server = os.getenv("CSBASE_SERVER")
platform =
"Win
64"
platform =
os.getenv("SGAD_PLATFORM") or "Linux44_
64"
sgad_host = os.getenv("SGAD_HOST")
sgad_port = tonumber(os.getenv("SGAD_PORT"))
sga_name = os.getenv("SGAD_NAME")
...
...
Docker/slurm/sgad.cfg
View file @
9b128b1d
csbase_server = os.getenv("CSBASE_SERVER")
platform =
"Win
64"
platform =
os.getenv("SGAD_PLATFORM") or "Linux44_
64"
sgad_host = os.getenv("SGAD_HOST")
sgad_port = tonumber(os.getenv("SGAD_PORT"))
sga_name = os.getenv("SGAD_NAME")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment