aboutsummaryrefslogtreecommitdiff
path: root/README-hacking.md
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-10-29 13:41:23 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-10-29 13:41:23 +0000
commitdffe9d1cc959d96d332bbb7907b75967e344c1cf (patch)
treeecbfec1bf9d0405850109fdd680f66a17585a3b0 /README-hacking.md
parent2e161072d42ebf1dec8d3216413c8329bda2272a (diff)
Further small edit in using shared memory of README-hacking.md
Some typos were fixed.
Diffstat (limited to 'README-hacking.md')
-rw-r--r--README-hacking.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README-hacking.md b/README-hacking.md
index c5415cd..1adb6f3 100644
--- a/README-hacking.md
+++ b/README-hacking.md
@@ -971,7 +971,6 @@ for the benefit of others.
aststatistics $$input.fits --mean --std > $@
rm $$input.fits $$input
```
-
The important point here is that the temporary name template
(`shm-template`) has no suffix. So you can add the suffix
corresponding to your desired format afterwards. But more
@@ -989,11 +988,11 @@ for the benefit of others.
time between deleting two files of a single `rm` command). When using
this template, you can put the definition of `shm-template` in
`reproduce/analysis/make/initialize.mk` to be usable in all the
- different Makefiles of your analysis. *Finally, BE RESPONSIBLE: *
+ different Makefiles of your analysis. **Finally, BE RESPONSIBLE: **
after you are finished, be sure to clean up any possibly remaining
files (due to crashes in the processing while you are working),
otherwise your RAM may fill up very fast. You can do it easily with a
- command like this: `rm -f /dev/shm/$(shell whoami)-*`.
+ command like this on your command-line: `rm -f /dev/shm/$(whoami)-*`.
- **Software tarballs and raw inputs**: It is critically important to