History log of /phasta/phSolver/common/genblk.f (Results 1 – 17 of 17)
Revision Date Author Comments
# 712d3df0 17-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

bringing PETSc and svLS back to the master


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

First rough cut at merging svLS branch with PETSc_C


# ae8d68e4 29-Nov-2015 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

first round of changes for svLS solve. still need to set flags to choose svLS branch...suggest hardcode for now, later port to input_fform, common.h and common_c.h


# 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


# 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


# 5b7f36cc 21-Aug-2015 Cameron Smith <smithc11@rpi.edu>

syncio if [input|output]_mode > 0


# fcf561c1 20-Aug-2015 Cameron Smith <smithc11@rpi.edu>

set num sync files from solver.inp

only applies to sync output mode - input does autodetection ... I may have broken it though since I think that call comes before the input.config file is read... d

set num sync files from solver.inp

only applies to sync output mode - input does autodetection ... I may have broken it though since I think that call comes before the input.config file is read... doh

show more ...


# 3aa841a8 30-Jul-2015 Cameron Smith <smithc11@rpi.edu>

remove blank lines and commented code


# 2efdc748 23-Jul-2015 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Reads and writes posix and syncio for compressible


# 9a6935e5 21-Jul-2015 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

restore gfortran compatability


# d5d2f64d 20-Jul-2015 Cameron Smith <smithc11@rpi.edu>

use file handle from the phio module


# bc62cfd4 20-Jul-2015 Cameron Smith <smithc11@rpi.edu>

fortran can call readdatablock

added block reading to fortran test and renamed it accordingly


# e5afe575 20-Jul-2015 Cameron Smith <smithc11@rpi.edu>

openfile_read, closefile_read, readheader use iso_c_binding instead cmake mangling


# aa9d7345 14-Jul-2015 Cameron Smith <smithc11@rpi.edu>

missed some formatted strings and an unwrapped call to readdatablock


# d1293ce9 12-Jul-2015 Cameron Smith <smithc11@rpi.edu>

phio_readheader replaces readheader calls

helper phComm fns to get communicator info without having mpi.h everywhere


# 59599516 16-Apr-2015 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Initial Commit