... | ... | @@ -41,3 +41,12 @@ When you are done, unmount the remote directory with |
|
|
```
|
|
|
umount ample_mema
|
|
|
```
|
|
|
## run ampl
|
|
|
it is recommended to run ample inside a `screen` session, so that you can close your terminal and re-connect to your session with `screen -r` [more info about screen here](https://linuxize.com/post/how-to-use-linux-screen/). To launch a scree session, simply type
|
|
|
```
|
|
|
screen
|
|
|
```
|
|
|
Then you can launch ampl with
|
|
|
```
|
|
|
ampl myrun.run
|
|
|
``` |