[petsc-dev] moab in nightlybuild has erors..

2013-10-20 Thread Satish Balay
from ftp://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2013/10/20/configure_next_arch-freebsd-cxx-pkgs-opt_wii.log Downloading MOAB Downloading http://ftp.mcs.anl.gov/pub/fathom/moab-nightly.tar.gz to

[petsc-dev] nightlybuild with mpiuni

2013-10-20 Thread Satish Balay
Presumably this code gets nulled out for np=1 - so the following would work? Satish diff --git a/include/mpiuni/mpi.h b/include/mpiuni/mpi.h index 24d4a22..4ea3f2d 100644 --- a/include/mpiuni/mpi.h +++ b/include/mpiuni/mpi.h @@ -201,6 +201,13 @@ typedef int MPI_Op; #define MPI_MAX 0

Re: [petsc-dev] moab in nightlybuild has erors..

2013-10-20 Thread Vijay S. Mahadevan
Satish, Iulian just fixed the problems on MOAB master and so further builds should run cleanly. Is there a way to subscribe to buildbot failures relating only to MOAB in PETSc ? If that is the case, you can add moab-...@mcs.anl.gov to that list. Thanks, Vijay On Sun, Oct 20, 2013 at 10:17 AM,

Re: [petsc-dev] Compiling Petsc with Intel mpi safe thread library

2013-10-20 Thread Barry Smith
You will need to have mkl-cpardiso.pycreate and run a simple test program to make sure that the MPI supports funneled, see for example http://www.mcs.anl.gov/research/projects/mpi/mpi-standard/mpi-report-2.0/node165.htm Based on my reading this can only be determined by actually running

Re: [petsc-dev] moab in nightlybuild has erors..

2013-10-20 Thread Satish Balay
On Sun, 20 Oct 2013, Vijay S. Mahadevan wrote: Satish, Iulian just fixed the problems on MOAB master and so further builds should run cleanly. great! Is there a way to subscribe to buildbot failures relating only to MOAB in PETSc ? If that is the case, you can add moab-...@mcs.anl.gov

Re: [petsc-dev] Push restrictions on branches

2013-10-20 Thread Jed Brown
Jed Brown jedbr...@mcs.anl.gov writes: Bitbucket added support to restrict push access based on branch names (glob matching). For example, that would allow us to have a smaller group of people with access to merge to 'maint' or 'master'. Is this a feature we should start using in petsc.git?