Commit b7bbbc90 authored by Brewer, Wes's avatar Brewer, Wes Committed by Maiterth, Matthias
Browse files

Add update in README.md on how to pull third party submodules

parent 3a61ec39
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -96,6 +96,12 @@ There are three ways to modify replaying of telemetry data:

    make docker_build && make docker_run

## Third party schedulers

To install third-party schedulers, such as ScheduleFlow, run:

    git submodule update --init --recursive

### Setup Simulation Server

See instructions in [server/README.md](https://code.ornl.gov/exadigit/simulationserver)