| 4242cbab | 17-Apr-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Add --with-matlab-socket=0 to turn off building PETSc-Matlab socket interface
This is because building Mex files may be difficult on MacOS systems while users still desire to use the Matlab engine.
Add --with-matlab-socket=0 to turn off building PETSc-Matlab socket interface
This is because building Mex files may be difficult on MacOS systems while users still desire to use the Matlab engine. So you can run with --with-matlab --with-matlab-engine --with-matlab-socket=0
Commit-type: portability-fix, feature
show more ...
|
| 2e42df05 | 01-Apr-2018 |
Satish Balay <balay@mcs.anl.gov> |
openmpi: update to version 3.0.1
However this version requires 'mpiexec --oversubscribe' option to prevent errors of type:
$ ~/petsc/arch-linux2-c-debug/bin/mpiexec -n 8 ./a.out ------------------
openmpi: update to version 3.0.1
However this version requires 'mpiexec --oversubscribe' option to prevent errors of type:
$ ~/petsc/arch-linux2-c-debug/bin/mpiexec -n 8 ./a.out -------------------------------------------------------------------------- There are not enough slots available in the system to satisfy the 8 slots that were requested by the application: ./a.out
Either request fewer slots for your application, or make more slots available for use. --------------------------------------------------------------------------
show more ...
|