Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Installation of the program (GUI):

  • Drag the installation file to the desktop and execute it
  • Follow the installation instructions
  • Enter C:\AMendate as the target directory.
  • In the component selection, choose
    • Runtime and
    • visualizer
  • Open the 3d-Visualizer.exe.

Enter the product key:

  • To start an optimization, the product key must be entered as the last step.
  • Navigate to the program folder C:\AMendate\3D-Visualizer_Data\StreamingAssets\AMendate\bin.
  • Open the program AMOpti.exe and accept the general terms and conditions with a "y".
  • In the next step, enter the license key you received from AMendate.
  • Open 3D-Visualizer.exe. Now you can build and start your optimizations.
  • In some cases the program has to be run as administrator, we are still working on that (wink)

Storage location of optimization results

  • The optimization data is stored in the working folder, which can be specified in the start menu.

Installation Server

Installation AMOpti for current user

#!/bin/bash

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

#!/bin/bash

sudo 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]
y
#The activation is executed for all users!

Start CUDA with the port assigned in the installation

#!/bin/bash

/AMOpti/CudaPCGSolverDouble.... 1234

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

#!/bin/bash

/AMOpti/AMOpti

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

Start optimization:

  • Open working folder
  • //shift + right mouse button → open powershell

start powershell as admin
cd C:\ARBEITSORDNER
C:\AMendate\bin\AMOpti.exe

To make it work:

  • No labels