Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | astro/run_oskar.py: allow use 'OSKAR_BIN' to specify the simulator path | Aaron LI | 2018-02-06 | 1 | -4/+10 |
| | |||||
* | Also print current working directory (CWD | Aaron LI | 2018-02-06 | 1 | -0/+1 |
| | |||||
* | astro/run_oskar.py: better report time cost | Aaron LI | 2018-02-04 | 1 | -6/+12 |
| | |||||
* | astro/run_oskar.py: change --chunk-size to --max-chunk; to save mem | Aaron LI | 2018-02-04 | 1 | -3/+23 |
| | | | | | | Set the maximum allowed chunk size instead of a fixed chunk size. When the number of input source number is less than the specified maximum chunk size, then just use the source number as the simulation chunk size. | ||||
* | astro/run_oskar.py: Add --use-double/--use-single arguments | Aaron LI | 2018-02-04 | 1 | -5/+19 |
| | |||||
* | astro/run_oskar.py: allow to specify GPU devices to use: --gpu-ids | Aaron LI | 2018-01-26 | 1 | -5/+12 |
| | |||||
* | astro/run_oskar.py: add arguments --use-gpu, --use-cpu, and --num-devices | Aaron LI | 2018-01-04 | 1 | -7/+25 |
| | |||||
* | run_oskar.py: always print the OSKAR simulator command | Aaron LI | 2017-10-30 | 1 | -2/+2 |
| | |||||
* | run_oskar.py: Convert command arguments to string | Aaron LI | 2017-09-13 | 1 | -7/+7 |
| | |||||
* | run_oskar.py: add --items to specify simulation models in cmd | Aaron LI | 2017-09-13 | 1 | -11/+20 |
| | | | | Also fix an argument name error | ||||
* | run_oskar.py: Add argument --chunk-size; Update --vis-oskar | Aaron LI | 2017-09-13 | 1 | -20/+24 |
| | | | | | | | | * Add argument --chunk-size: overwrite the max sources per chunk in the configuration file * Remove argument --no-vis-ms * Change argument --no-vis-oskar to --vis-oskar * Change argument --dryrun to --dry-run | ||||
* | run_oskar.py: Print more information more beautiful | Aaron LI | 2017-09-13 | 1 | -11/+19 |
| | |||||
* | run_oskar.py: Record total time; print banner between runs | Aaron LI | 2017-08-22 | 1 | -0/+8 |
| | |||||
* | run_oskar.py: Add argument --telescope, some minor updates | Aaron LI | 2017-08-22 | 1 | -11/+15 |
| | |||||
* | astro/run_oskar.py: add arguments --no-vis-oskar and --no-vis-ms | Aaron LI | 2017-07-01 | 1 | -2/+14 |
| | | | | Allow to disable the output of visibility in OSKAR native format | ||||
* | Add astro/oskar/run_oskar.py | Aaron LI | 2017-06-13 | 1 | -0/+89 |