Pull request #18: CAS-14570: Update CASAMpi documentationMerge in CASA/casampi from CAS-14570 to master
* commit '06a28c80569fd6351c494bfc1f1374cfcad3e81b':
required mpi4py>4, remove Python 2
(attempt to) bring the readme up to date re versions and settings
Pull request #17: CAS-14611: fix test failure in py parallel imager helper interface, when running under pytestMerge in CASA/casampi from CAS-14611 to master
* commit '90877e24ac88e48ab44023c83479b9cfd26d04dc':
re-sort test classes: test_MPICommandServer last (for pytest), CAS-14611
Pull request #16: CAS-14029Merge in CASA/casampi from CAS-14029 to master
* commit '741d6a7447317e35bf7be2876cb5fae35262ad27':
Update version to 0.5.7
modify the maximum number of digits allowed when converting a string to an integer Setting maxdigits to 0 removes the limit.
rename __mpi_runtime_config.threaded to __mpi_runtime_config.threads
remove from __future__ import division, print_function and from casato...
Pull request #15: Remove micro version from the version checkMerge in CASA/casampi from CAS-14416 to master
* commit '3f91aac40eddcc6af685f990470bf69e2e0a25ad':
Remove micro version from the version check
Pull request #14: Change aips2-request@nrao.edu to casa-feedback@nrao.eduMerge in CASA/casampi from CAS-14317 to master
* commit 'ad07c4b280f96fcf34511ba4801fc5a13d6aa454':
Update version to 0,5.5
Change aips2-request@nrao.edu to casa-feedback@nrao.edu
Pull request #12: CAS-14034Merge in CASA/casampi from CAS-14034 to master
* commit '26654d9182ca982d83b0c73ca940b775459f1928':
Update version number to 0.5.3
Update version to a14034.dev1
Remove LD_LIBRARY_PATH from the ENV when starting Xvfb
Pull request #11: CAS-13924Merge in CASA/casampi from CAS-13924 to master
* commit '4dbf3ce80598865daff564b6ce1fe9a02e5c6930':
Increase the casampi version number
Remove USE_SMALL_SUMMAYMINOR environment variable check
Pull request #9: CAS-13631: rename uvcontsub=>uvcontsub_old in casampi testsMerge in CASA/casampi from CAS-13631 to master
* commit 'b75f8c63a3a88d81576f594623aa0264aadbfd55':
casampi version increase
uvcontsub->uvcontsub_old, remove old casa5 imports, CAS-13631
Merge pull request #8 in CASA/casampi from CAS-6692 to master* commit '1c1942e3e55533d03648b5e6c3392fcc16307e82':
CAS-6692 set casampi version
Revert "CAS-6692 remove all the temporary workarounds necessary until CAS-13683 is done"
CAS-6692 remove all the temporary workarounds necessary until CAS-13683 is done
CAS-6692 temporary CAS-13683 workaround for mpi transport bytes limit
Revert "Merge pull request #6 in CASA/casampi from CAS-13596 to master"This reverts commit e5816a3cbb2f68cdf1ff5f3046d4950f19ae3e35, reversing
changes made to b1dab619fb4ce79b1fc68167553164f1f3083e4e.
Merge pull request #6 in CASA/casampi from CAS-13596 to master* commit 'd445dede84d32fab931b5e1c17b36de8ee2f83f8':
CAS-13596 removing false casa5 backwards-compatibility (casa5 depends on casa5/gcwrap/python/scripts/mpi4casa, not server_run.py)
CAS-13596 removing incorrect comment
CAS-13596 forgot to update README.md
CAS-13596 updating version number of casampi
CAS-13596 use singleton logger for casampi (at least for casa 6)
CAS-13596 don't ad...