18
edits
Docandreas (talk | contribs) |
|||
Line 712: | Line 712: | ||
# | # | ||
# on MacOS the next line should then be: | # on MacOS the next line should then be: | ||
# tempfile=/Volumes/RAMdisk/H5ToXds${PWD//\//_}.$3" | # tempfile="/Volumes/RAMdisk/H5ToXds${PWD//\//_}.$3" | ||
# and on Linux: | # and on Linux: | ||
tempfile="/dev/shm/H5ToXds${PWD//\//_}.$3" | tempfile="/dev/shm/H5ToXds${PWD//\//_}.$3" | ||
Line 723: | Line 723: | ||
ln -sf "$tempfile" $3 2>/dev/null | ln -sf "$tempfile" $3 2>/dev/null | ||
</pre> | </pre> | ||
= See also = | = See also = | ||
[[Performance]] | [[Performance]] |
edits