...
- The optimization data is stored in the working folder, which can be specified in the start menu.
Installation Server
Installation AMOpti for current user
Code Block |
---|
|
#!/bin/bash
/AMOpti/AMOptiAMOpti --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. Start AMOpti with "sudo AMOpti -a" for example
Do you want to try this? [y/n]
n
#The activation is executed for the current user!
|
Start CUDA with the port assigned in the installation
Code Block |
---|
|
#!/bin/bash
/AMOpti/CudaPCGSolverDouble.... 1234
|
Start AMOpti: navigate into the project folder and start the optimization
Code Block |
---|
|
#!/bin/bash
/AMOpti/AMOpti
|
...
Installation AMOpti for all users
Code Block |
---|
|
#!/bin/bash
sudo AMOpti -a-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. Start AMOpti with "sudo AMOpti -a" for
example
Do you want to try this? [y/n]
y
#The activation is executed for all users!
|
Start CUDA with the port assigned in the installation
Code Block |
---|
|
#!/bin/bash
/AMOpti/CudaPCGSolverDouble.... 1234
|
Start AMOpti: navigate into the project folder and start the optimization
Code Block |
---|
|
#!/bin/bash
/AMOpti/AMOpti
|
AMOpti.exe on Windows: (currently still to be seen as a collection of notes!)
...