We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff10dc commit 3abf79bCopy full SHA for 3abf79b
1 file changed
README.md
@@ -4,7 +4,7 @@
4
5
To compile GPUVMEM you need:
6
7
-- casacore
+- casacore (https://github.com/casacore/casacore)
8
- CUDA
9
- OpenMP
10
@@ -57,7 +57,7 @@ Example: `./bin/gpuvmem options [ arguments ...]`
57
-s --select If multigpu option is OFF, then select the GPU ID of the GPU you will work on. (Default = 0)
58
-t --iterations Number of iterations for optimization (Default = 50)
59
--xcorr Run gpuvmem with cross-correlation
60
- --nopositivity Run gpuvmem using chi2 with no posititivy restriction
+ --nopositivity Run gpuvmem using chi2 with no positivity restriction
61
--clipping Clips the image to positive values
62
--verbose Shows information through all the execution
63
```
0 commit comments