Re: [petsc-users] How to show the x window for cmd `make -f ./gmakefile test ...`?

2022-10-06 Thread Zongze Yang
Thanks! Matthew Knepley 于2022年10月6日周四 16:19写道: > On Thu, Oct 6, 2022 at 9:16 AM Zongze Yang wrote: > >> Hi, everyone, >> >> I am trying to run some test cases with x window, but the x window never >> showed up with command `make -f ./gmakefile test ...`. It seems a default >> option `-nox` is

Re: [petsc-users] How to show the x window for cmd `make -f ./gmakefile test ...`?

2022-10-06 Thread Matthew Knepley
On Thu, Oct 6, 2022 at 9:16 AM Zongze Yang wrote: > Hi, everyone, > > I am trying to run some test cases with x window, but the x window never > showed up with command `make -f ./gmakefile test ...`. It seems a default > option `-nox` is set. How to disable this option for `make test`? > Yes,

[petsc-users] How to show the x window for cmd `make -f ./gmakefile test ...`?

2022-10-06 Thread Zongze Yang
Hi, everyone, I am trying to run some test cases with x window, but the x window never showed up with command `make -f ./gmakefile test ...`. It seems a default option `-nox` is set. How to disable this option for `make test`? An example is shown below: ``` z2yang@ws6:~/repos/petsc$