--job |
-j |
MANDATORY |
- |
Job name and the name of the job directory. |
--par |
-p |
OPTIONAL |
<jobname>.par |
Par file. Full or relative path to the parameter file with or without
extension. If this option is missing, the parameter file is
named <jobname>.par. |
--solver |
-s |
OPTIONAL |
abaqus |
Solver name. It will be one of the following lowercase strings: abaqus,
ansys, mscnastran, cosmos. |
--sol_cpus |
-scpus |
OPTIONAL |
1 |
Number of processors used by the solver. This parameter will add the
corresponding command line flag to the solver call to enable
parallel execution on one host. The default is 1, which means
serial execution. |
--sol_queues |
-sques |
OPTIONAL |
1 |
Number of solver execution queues. Specifies the number of parallel running solver jobs at the same time. |
--emag |
-emag |
OPTIONAL |
cst |
EMAG solver name. It shall be one of the following lowercase strings: cst. |
--emag_threads |
-emag_threads |
OPTIONAL |
1 |
Number of EMAG solver execution threads. |
--emag_cpus |
-emag_cpus |
OPTIONAL |
1 |
Number of cpus used by the EMAG solver. |
--emag_gpus |
-emag_gpus |
OPTIONAL |
0 |
Number of gpus used by the EMAG solver. |
--life |
-life |
OPTIONAL |
fesafe |
Life solver name. It shall be one of the following lowercase strings: fesafe. |
--ow |
-o |
OPTIONAL |
<unset> |
Overwrite flag. Indicates whether the job directory shall be deleted if exists. If not set the job directory will be archived if exists |
--loglevel |
-l |
OPTIONAL |
INFO |
Verbosity Level. The log level for the TOSCA.OUT file. It shall be one of the
following uppercase strings: QUIET, CRITICAL, ERROR, WARNING,
NOTICE, INFO, DEBUG, TRACE. |
--logfile |
-logfile |
OPTIONAL |
TOSCA.OUT |
Set the name of the log file. |
--cpus |
-cpus |
OPTIONAL |
1 |
Number of threads for the shared memory parallelization used by the
optimization system. This flag is equivalent of setting
the environment variable FED_OMP_NUM_THREADS. |
--report |
-r |
OPTIONAL |
vtfx |
Report format. Sets what type of report file to generate. It shall be one of
the following: vtfx, sim, or none. |
--sol_args |
-sargs |
OPTIONAL |
<unset> |
Additional fe-solver command line arguments. All arguments must be enclosed in quotation
marks. Quotation marks and percent signs inside arguments must be escaped.
For example:" -arg1 VAR -path \\\"path to file\\\" ", "-arg2 "memory=75%%" |
--fe_solver_version |
-fe_solver_version |
OPTIONAL |
<unset> |
FE Solver version. Should be used in combination with driver.Solver.Version and driver.Solver.AddCallArgs . |
--life_solver_version |
-life_solver_version |
OPTIONAL |
<unset> |
Life Solver version. Should be used in combination with driver.LifeSolver.Version and driver.LifeSolver.AddCallArgs . |
--morph_no_solve |
-m_no_solve |
OPTIONAL |
<unset> |
Relevant only when running morphing jobs. Suppresses the execution of the FE-solver and generates only the modified input files. |
--check_config |
-c |
OPTIONAL |
YES |
Setting this option will control how Tosca handles errors and warnings
regarding the configuration of the job. It can be used to turn
errors into warnings or disables them altogether. Note: Not all
checks can be turned off or controlled this way. Possible
values: YES, WARN, NO. |