... | ... | @@ -40,4 +40,13 @@ you can now edit and copy files transparently |
|
|
When you are done, unmount the remote directory with
|
|
|
```
|
|
|
umount ample_mema
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
## 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
|
|
|
``` |