pretty-printing of CONFIG
This commit is contained in:
parent
0aadda4cc3
commit
5e1cac2e5e
9
CONFIG
9
CONFIG
|
@ -1,10 +1,11 @@
|
||||||
# "set"-syntax needed only for tcsh (but works with bash and zsh)
|
# "set"-syntax needed only for tcsh (but works with bash and zsh)
|
||||||
# DAMASK_ROOT will be expanded
|
# DAMASK_ROOT will be expanded
|
||||||
set DAMASK_BIN=${DAMASK_ROOT}/bin
|
|
||||||
|
set DAMASK_BIN = ${DAMASK_ROOT}/bin
|
||||||
|
|
||||||
set DAMASK_NUM_THREADS = 4
|
set DAMASK_NUM_THREADS = 4
|
||||||
|
|
||||||
set MSC_ROOT=/opt/MSC
|
set MSC_ROOT = /opt/MSC
|
||||||
set MARC_VERSION=2015
|
set MARC_VERSION = 2015
|
||||||
|
|
||||||
set ABAQUS_VERSION=6.14-5
|
set ABAQUS_VERSION = 6.14-5
|
||||||
|
|
Loading…
Reference in New Issue