On Thu, 27 Jul 2017 at 18:20, Dave May <[email protected]> wrote:
> On Thu, 27 Jul 2017 at 16:30, Lisandro Dalcin <[email protected]> wrote: > >> $ ./configure && make all >> ... >> $ make alltests >> ... >> $ git status >> On branch dalcinl/ts-solve >> Your branch is up-to-date with 'origin/dalcinl/ts-solve'. >> Untracked files: >> (use "git add <file>..." to include in what will be committed) >> >> base_module.mod >> src/dm/examples/tests/temp >> src/dm/examples/tutorials/dmda-mpiio.pbvec >> src/dm/examples/tutorials/dmda.pbvec >> src/dm/examples/tutorials/output_file >> > src/ksp/ksp/examples/tutorials/X-p0000.dat >> src/ksp/ksp/examples/tutorials/X-p0001.dat >> src/ksp/ksp/examples/tutorials/X-p0002.dat > > The above 3 are also coming from ex49 and will be suppressed with the same flag >> src/ksp/ksp/examples/tutorials/binaryoutput > > > > >> src/ksp/ksp/examples/tutorials/mesh-p0000.dat >> src/ksp/ksp/examples/tutorials/mesh-p0001.dat >> src/ksp/ksp/examples/tutorials/mesh-p0002.dat >> src/ksp/ksp/examples/tutorials/properties-p0000.dat >> src/ksp/ksp/examples/tutorials/properties-p0001.dat >> src/ksp/ksp/examples/tutorials/properties-p0002.dat > > > The above 6 files come from some of the ex49 tests and can be suppressed > with the cmd line option -no_view (some tests already use that flag) > > >> src/ksp/ksp/examples/tutorials/usermodule.mod >> src/mat/examples/tests/ex191matrix >> src/mat/examples/tests/fort.7 >> src/mat/examples/tests/matrix.dat >> src/snes/examples/tests/base_module.mod >> src/snes/examples/tests/ex1f_2.tmp >> src/snes/examples/tests/extended_module.mod >> src/snes/examples/tests/function_module.mod >> src/snes/examples/tests/usermodule.mod >> src/snes/examples/tutorials/f90module.mod >> src/snes/examples/tutorials/f90moduleinterfaces.mod >> src/snes/examples/tutorials/petsc_kkt_solver.mod >> src/snes/examples/tutorials/petsc_kkt_solver_interfaces.mod >> src/sys/logging/examples/tutorials/filename.xml >> src/ts/examples/tutorials/SA-data/ >> src/ts/examples/tutorials/advection-diffusion-reaction/SA-data/ >> src/ts/examples/tutorials/petscshiftmod.mod >> src/ts/examples/tutorials/power_grid/SA-data/ >> src/ts/examples/tutorials/power_grid/stability_9bus/SA-data/ >> src/ts/examples/tutorials/power_grid/stability_9bus/out.bin >> src/vec/is/examples/tests/testfile >> src/vec/vec/examples/tests/ex29_bts_2_subset.tmp >> src/vec/vec/examples/tests/testfile >> src/vec/vec/examples/tests/xH.pbvec >> src/vec/vec/examples/tests/xHmpi.pbvec >> src/vec/vec/examples/tutorials/mymodule.mod >> src/vec/vec/examples/tutorials/vector.dat >> >> >> >> On 27 July 2017 at 16:57, Matthew Knepley <[email protected]> wrote: >> > On Thu, Jul 27, 2017 at 3:29 AM, Lisandro Dalcin <[email protected]> >> wrote: >> >> >> >> Right now, after running "make alltests", a lot of untracked files pop >> >> up in "git status". This is quite annoying, and it makes harder to use >> >> other tools like "git gui" for commit. >> >> >> >> Could the guilty parties please update the makefile rules to cleanup >> >> things? >> > >> > >> > Could you post a snapshot of the files for time challenged people? >> > >> > Thanks, >> > >> > Matt >> > >> >> >> >> -- >> >> Lisandro Dalcin >> >> ============ >> >> Research Scientist >> >> Computer, Electrical and Mathematical Sciences & Engineering (CEMSE) >> >> Extreme Computing Research Center (ECRC) >> >> King Abdullah University of Science and Technology (KAUST) >> >> http://ecrc.kaust.edu.sa/ >> >> >> >> 4700 King Abdullah University of Science and Technology >> >> al-Khawarizmi Bldg (Bldg 1), Office # 0109 >> >> Thuwal 23955-6900, Kingdom of Saudi Arabia >> >> http://www.kaust.edu.sa >> >> >> >> Office Phone: +966 12 808-0459 >> > >> > >> > >> > >> > -- >> > What most experimenters take for granted before they begin their >> experiments >> > is infinitely more interesting than any results to which their >> experiments >> > lead. >> > -- Norbert Wiener >> > >> > http://www.caam.rice.edu/~mk51/ >> >> >> >> -- >> Lisandro Dalcin >> ============ >> Research Scientist >> Computer, Electrical and Mathematical Sciences & Engineering (CEMSE) >> Extreme Computing Research Center (ECRC) >> King Abdullah University of Science and Technology (KAUST) >> http://ecrc.kaust.edu.sa/ >> >> 4700 King Abdullah University of Science and Technology >> al-Khawarizmi Bldg (Bldg 1), Office # 0109 >> Thuwal 23955-6900, Kingdom of Saudi Arabia >> http://www.kaust.edu.sa >> >> Office Phone: +966 12 808-0459 >> >
