Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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
languagebash
#!/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
languagebash
#!/bin/bash

/AMOpti/CudaPCGSolverDouble.... 1234

Start AMOpti: navigate into the project folder and start the optimization

Code Block
languagebash
#!/bin/bash

/AMOpti/AMOpti

...

Installation AMOpti  for all users

Code Block
languagebash
#!/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
languagebash
#!/bin/bash

/AMOpti/CudaPCGSolverDouble.... 1234

Start AMOpti: navigate into the project folder and start the optimization

Code Block
languagebash
#!/bin/bash

/AMOpti/AMOpti

AMOpti.exe on Windows: (currently still to be seen as a collection of notes!)

...