Installation Server
Installation AMOpti for current user
Code Block | ||
---|---|---|
| ||
AMOpti --activate
#Follow the instructions and enter your license key
Please confirm that you have read and accepted our terms of use for the software! [y / n]
y
Please enter product key (example:"U9MM-4NJ5-QFG8-TWM5-QM75-92YI-NETA")
U9MM-4NJ5-QFG8-TWM5-QM75-92YI-NETA
To activate product key for all users you need root privileges.
Do you want to try this? [y/n]
n
#The activation is executed for the current user!
|
Installation AMOpti for all users
...
language | bash |
---|
...
No installation is necessary!
Start CUDA for all GPU's
Code Block | ||
---|---|---|
| ||
# CudaPCGSolverDouble....mscgd2019_CUDASolver [port] CudaPCGSolverDouble_cuda_10-0_gcc_8-2-1mscgd2019_CUDASolver 1234 |
Start CUDA on a specific device
Code Block | ||
---|---|---|
| ||
# CudaPCGSolverDouble....mscgd2019_CUDASolver [port] [device] CudaPCGSolverDouble_cuda_10-0_gcc_8-2-1mscgd2019_CUDASolver 1234 1 |
Start
...
MSC Apex Generative Design: navigate into the project folder and start the optimization
Code Block | ||
---|---|---|
| ||
/AMOptimscgd2019 |
Code Block | ||
---|---|---|
| ||
# example optimization
/mscgd2019 -e
|
Use the Help for more Options
Code Block | ||
---|---|---|
| ||
AMOptimscdg2019 --help [OPTION] -h --help list this -a --activate activate the licenese -d --deactivate deactivate the licenese -de --deactivateAndEraseKey erase the key and deactivate the licenese -e --example simple example without config file -p --performance start a performance check -nk --newKey enter new key -gt --geometryTools start geometry tools -io --inputAndOutputDirectory [inDirectory] [outDirectory] set specific directory for input and output -wd [inDirectory] --workDirectory [inDirectory] set specific directory for input -s [port] --server [port] starting server for GUI [Path to config File] use this file for configuration [nothing] look for endings "iAMOpti", "AMOpti" or "amd" in working directory |
...