Skip to content

Commit

Permalink
update the dotnet command to run ammps.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall authored Aug 18, 2022
1 parent 2aa4c7d commit 34625d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ To run a local simulation:
docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3-management
```

2. Start AMMPS. These instructions assume you have the binary available. In `ammps_sharkfin_container`, the binaries are in `ammps_sharkfin_container/container_contents/ammps_bin` Run with:
2. Start AMMPS. These instructions assume you have the binary available. In `ammps_sharkfin_container`, the binaries are in `ammps_sharkfin_container/container_contents/ammps_bin` Run from `ammps_sharkfin_container` with:

```
dotnet ammps_bin/amm.engine.dll RunConfFromFile ../../ammps_tests/testconf.xlsx working 0 --rabbitMQ-host localhost --rabbitMQ-queue rpc_queue -t true
dotnet container_contents/ammps_bin/amm.engine.dll RunConfFromFile testconfigs/testconf.xlsx working 0 --rabbitMQ-host localhost --rabbitMQ-queue rpc_queue -t true
```

Refer to AMMPS documentation for parameters and instructions on how to generate the Excel config files.
Expand Down

0 comments on commit 34625d5

Please sign in to comment.