History log of /phasta/phSolver/common/genbkb.f (Results 1 – 16 of 16)
Revision Date Author Comments
# 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 ...


# c21b4bf0 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


# 24ac27e8 19-Jul-2015 Cameron Smith <smithc11@rpi.edu>

appease the intel11 fortran overlords


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

phio_readdatablock replaces readdatablock calls

the fname to string conversion for \'solution\' in readnblk was missed in previous commits


# 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


# ba1c73e0 10-Jul-2015 Cameron Smith <smithc11@rpi.edu>

pass block keyphrases to readheader and readdatablock


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

Initial Commit