From: Garrett P. <gc...@ma...> - 2020-05-20 11:55:52
|
Hello Ed: Thank you for the additions. The easiest thing is to create a pull request for the additions and I will peep at them. Please make sure it is off the latest dev branch and do a pull request for the dev branch and we will take a look I have started adding MPI to the CMKAE but was unsuccessfull in allowing one to select between MPICH or OpenMPI. Will give it a try. Thank you again! Take care Garrett > On May 19, 2020, at 5:14 PM, Ed Leaver <ewl...@co...> wrote: > > Hi. I've three very minor ossim patches I'd like to test and push. Or push and test. What is the standard test procedure? Do ossim developers typically run the test suite locally, or let your Jenkins server handle it? To me the https://github.com/ossimlabs/ossim/blob/master/README.md is not at all clear. Neither is ossim-batch-test --help. > > What I (think I) have done: > 1. Enabled HDF5 as an OPTION (rather than just an environment variable) in ossim/CMakeLists.txt > 2. Added include_directories( ${MPI_CXX_INCLUDE_DIRS} ${MPI_C_INCLUDE_DIRS} ) in ossim/CMakeLists to enable MPI on Fedora 32 (and perhaps others). > 3. Taken ossimRpcModel's destructor public, as ossimRpcModel is a concrete base class (I've an application that uses it as such). > > Thanks! > > > _______________________________________________ > www.ossim.org > Ossim-developer mailing list > Oss...@li... > https://lists.sourceforge.net/lists/listinfo/ossim-developer |