History log of /phasta/phSolver/common/phasta.cc (Results 1 – 25 of 42)
Revision Date Author Comments
# b2ae6a0b 09-Nov-2022 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

set stack size to avoid large problem crashes on hardware with small stack size defaults. Alternative ulimit -s unlimited before running.


# 8d407b5d 12-Apr-2022 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

PETSc interface change toggle. This runs ( with complaints about deprecated features) with pestsc v3.17.0


# 9d99a6ba 05-Mar-2017 Cameron Smith <smithc11@rpi.edu>

common: print git hash


# 81372b97 16-Feb-2017 Cameron Smith <smithc11@rpi.edu>

common: record phastaio stats


# 3315fb86 16-Feb-2017 Cameron Smith <smithc11@rpi.edu>

Revert "common: init and print io stats"

This reverts commit e94e541b986080f657476303025d279f2e0bdfd3.

I/O stats will be recorded in phastaIO.cc where timers can be
placed immediately before and af

Revert "common: init and print io stats"

This reverts commit e94e541b986080f657476303025d279f2e0bdfd3.

I/O stats will be recorded in phastaIO.cc where timers can be
placed immediately before and after the read/write/open/close
calls. This removes the overheads and provides stats on only
those calls. The overheads may be of interest at some point,
but for now we are just interested in bandwidth.

show more ...


# e94e541b 15-Feb-2017 Cameron Smith <smithc11@rpi.edu>

common: init and print io stats


# 467b991b 18-Feb-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Level Set echoing of data into solver.inp had broken format. Also reverting the PETSc interface back to 3.6.x.


# ea8ce4a6 15-Feb-2016 Benjamin Matthews <ben@kc2vjw.com>

phasta.cc: rearrange headers to avoid symbol conflicts


# d4a3c8c9 19-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

merged Ben and my collision


# 6dec8975 19-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

phasta.cc calls a petsc function that changed argument list between 3.6.1 and Master. This has both so uncomment what you need


# 129f10f8 19-Jan-2016 Ben Matthews <ben@kc2vjw.com>

Complain if PETSc is built with the wrong size index type

... at least until we can fix this properly


# 712d3df0 17-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

bringing PETSc and svLS back to the master


# 175e1b6b 15-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

updated phasta.cc for petsc master (may brake older versions). Also added a dump of index sets for the rank specified in rankdump (static to file).


# 08269a26 13-Jan-2016 Jed Brown <jed@jedbrown.org>

PETSc: remove PETSC_VIEWER_ASCII_INDEX format; fixes -log_summary

PETSc-3.6.x's PetscLogView does not understand PETSC_VIEWER_ASCII_INDEX,
thus skipping the printing of -log_summary. Ken says
PETSC

PETSc: remove PETSC_VIEWER_ASCII_INDEX format; fixes -log_summary

PETSc-3.6.x's PetscLogView does not understand PETSC_VIEWER_ASCII_INDEX,
thus skipping the printing of -log_summary. Ken says
PETSC_VIEWER_ASCII_INDEX is not important for PHASTA at this time. I
will fix PetscLogView for PETSc-3.7 to handle this case.

show more ...


# 5dfdb27d 05-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

improved d2wall computation and export of petsc options to stdout for improved provenance of petsc command line and .petsrc inputs


# 513954ef 06-Dec-2015 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

First rough cut at merging svLS branch with PETSc_C


# cda95d28 20-Nov-2015 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Merge branch 'master' of github.com:PHASTA/phasta


# 06db1583 09-Nov-2015 Cameron Smith <smithc11@rpi.edu>

clean up phasta() calls


# 7acde132 07-Nov-2015 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Merge branch 'master' of github.com:PHASTA/phasta

Conflicts:
phSolver/common/new_interface.c
phSolver/incompressible/itrdrv.f


# 1c0c9e76 07-Nov-2015 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Merge branch 'master' of github.com:PHASTA/phasta

Conflicts:
phSolver/common/new_interface.c
phSolver/incompressible/itrdrv.f


# ffd964d4 15-Oct-2015 Cameron Smith <smithc11@rpi.edu>

file based phasta that reads from a control file


# 1063a5c0 13-Oct-2015 Cameron Smith <smithc11@rpi.edu>

xlf wants different names


# 02ab4174 06-Oct-2015 Cameron Smith <cwsmith@users.noreply.github.com>

Merge pull request #2 from cwsmith/master

merge feature branch supporting in-memory, posix, and sync io


# a2e847d9 04-Sep-2015 Cameron Smith <smithc11@rpi.edu>

replace data statements with initialization function


# 6b966dd8 01-Sep-2015 Cameron Smith <smithc11@rpi.edu>

deallocate ifeature sidmapg point2nsons point2ifath uold wnrm otwn

phasta tries to reallocate the allocated vars and dies


12