Scott Kruger writes:
>>
>> ./config/gmakegentest.py --petsc-arch=arch-master-debug
>>
>> I have encountered a strange behavior, perhaps only on my machine, where
>> if I do not run
>>
>> PETSC_ARCH=arch-master-debug
>> ./config/gmakegentest.py --petsc-arch=arch-master-debug
>>
>> then
Scott Kruger writes:
> I usually do this:
>
> make -f gmakefile print-test globsearch='dm*'
>
> Then, when the tests printed out match the search I want, I edit the
> command line to change print-test to test.
You can also tab-complete whatever specific test you want to run. If
you want to run
./config/gmakegentest.py --petsc-arch=arch-master-debug
I have encountered a strange behavior, perhaps only on my machine, where
if I do not run
PETSC_ARCH=arch-master-debug
./config/gmakegentest.py --petsc-arch=arch-master-debug
then it does not update correctly.
I don't know w
On 11/15/17 8:48 PM, Smith, Barry F. wrote:
For those of us who have no idea how to do this, could someone please give me a
pointer or two on where to look for an example or two or some documentation? I
should probably be spending a few minutes a day converting some examples, but I
don
Satish Balay writes:
> On Wed, 15 Nov 2017, Satish Balay wrote:
>
>>
>> I'm switching the nightlybuild to next-tmp with the following branches for
>> tonight.
>>
>> $ git fetch -p && comm -12 <(git branch -r --merged origin/next-tmp | sort)
>> <(git branch -r --no-merged origin/master | sort)
On Wed, 15 Nov 2017, Satish Balay wrote:
>
> I'm switching the nightlybuild to next-tmp with the following branches for
> tonight.
>
> $ git fetch -p && comm -12 <(git branch -r --merged origin/next-tmp | sort)
> <(git branch -r --no-merged origin/master | sort) |grep -v ' origin/next-tmp'
>
On Wed, Nov 15, 2017 at 10:48 PM, Smith, Barry F.
wrote:
>
>
> > On Nov 15, 2017, at 8:30 PM, Matthew Knepley wrote:
> >
> > On Wed, Nov 15, 2017 at 8:56 PM, Richard Tran Mills
> wrote:
> > On Sun, Nov 12, 2017 at 9:54 AM, Smith, Barry F.
> wrote:
> >
> >
> > > On Nov 12, 2017, at 11:21 AM, Ma