... | ... | @@ -10,7 +10,8 @@ where `outprefix` stands for string provided in input file. |
|
|
cp: -r not specified; omitting directory 'outprefix'
|
|
|
```
|
|
|
In the folder `outprefix` the code stores checkpoint files and wave-functions.
|
|
|
Since it contains a lot of data (in many cases measured in TB) by default we skip copy of it.
|
|
|
Since it contains a lot of data (in many cases measured in TB) by default we skip copy of it. The files inside `outprefix` folder can be fully restored based on information contained in the
|
|
|
[reproducibility pack](Results reproducibility).
|
|
|
|
|
|
If you want to copy the complete dataset to new location (including checkpoint files, and wave-functions) you need to execute:
|
|
|
```bash
|
... | ... | |