Replace gmx_large_int_t with gmx_int64_t
authorRoland Schulz <roland@utk.edu>
Sun, 8 Dec 2013 21:08:49 +0000 (16:08 -0500)
committerTeemu Murtola <teemu.murtola@gmail.com>
Mon, 23 Dec 2013 18:31:30 +0000 (20:31 +0200)
commit95733b9ff8d8e3d31f5c460e7a08628c2d75b346
tree8567606a31487ae6061c97763d7000612a4d2946
parent8cb63da1ea9495a7f85d9379808ac3c185c954d0
Replace gmx_large_int_t with gmx_int64_t

Most changes are only the rename:
gmx_large_int_t -> gmx_int64_t
gmx_large_int_fmt -> GMX_PRId64 (or GMX_SCNd64)
gmx_large_int_pfmt -> "%"GMX_PRId64 (with space for cpp)
SIZEOF_GMX_LARGE_INT -> 8
GMX_LARGE_INT_MAX -> GMX_INT64_MAX
GMX_MPI_LARGE_INT -> MPI_INT64_T
str_to_large_int_t -> str_to_int64_t
get_egmx_large_int -> get_eint64

Exceptions:
simple.h: Adding of new type
xdrd.c: Remove code for SIZEOF_GMX_LARGE_INT!=8
thread_mpi: Add MPI_INT64_T type
scanner.*: Insert #include for simple.h to fix macro issues

Change-Id: I99abbec0ecafb2580ddba89677a110c137e9abd6
106 files changed:
admin/installguide/installguide.tex
src/gromacs/commandline/pargs.cpp
src/gromacs/commandline/pargs.h
src/gromacs/commandline/wman.cpp
src/gromacs/fileio/enxio.h
src/gromacs/fileio/futil.h
src/gromacs/fileio/gmxfio.h
src/gromacs/fileio/gmxfio_asc.c
src/gromacs/fileio/gmxfio_bin.c
src/gromacs/fileio/gmxfio_rw.c
src/gromacs/fileio/gmxfio_xdr.c
src/gromacs/fileio/trajectory_writing.c
src/gromacs/fileio/trajectory_writing.h
src/gromacs/fileio/trajectory_writing_low_level.c
src/gromacs/fileio/xdrd.c
src/gromacs/fileio/xdrf.h
src/gromacs/gmxana/gmx_bar.c
src/gromacs/gmxana/gmx_cluster.c
src/gromacs/gmxana/gmx_covar.c
src/gromacs/gmxana/gmx_eneconv.c
src/gromacs/gmxana/gmx_energy.c
src/gromacs/gmxana/gmx_genion.c
src/gromacs/gmxana/gmx_pme_error.cpp
src/gromacs/gmxana/gmx_sham.c
src/gromacs/gmxana/gmx_tune_pme.c
src/gromacs/gmxana/nsfactor.c
src/gromacs/gmxlib/bondfree.c
src/gromacs/gmxlib/checkpoint.c
src/gromacs/gmxlib/main.cpp
src/gromacs/gmxlib/maths.c
src/gromacs/gmxlib/network.c
src/gromacs/gmxlib/nrnb.c
src/gromacs/gmxlib/readinp.c
src/gromacs/gmxlib/smalloc.c
src/gromacs/gmxlib/string2.c
src/gromacs/gmxlib/thread_mpi/type.c
src/gromacs/gmxlib/txtdump.c
src/gromacs/gmxlib/typedefs.c
src/gromacs/legacyheaders/bondf.h
src/gromacs/legacyheaders/checkpoint.h
src/gromacs/legacyheaders/constr.h
src/gromacs/legacyheaders/domdec.h
src/gromacs/legacyheaders/ebin.h
src/gromacs/legacyheaders/edsam.h
src/gromacs/legacyheaders/force.h
src/gromacs/legacyheaders/main.h
src/gromacs/legacyheaders/maths.h
src/gromacs/legacyheaders/md_support.h
src/gromacs/legacyheaders/mdebin.h
src/gromacs/legacyheaders/mdrun.h
src/gromacs/legacyheaders/network.h
src/gromacs/legacyheaders/nrnb.h
src/gromacs/legacyheaders/pme.h
src/gromacs/legacyheaders/pull.h
src/gromacs/legacyheaders/pull_rotation.h
src/gromacs/legacyheaders/readinp.h
src/gromacs/legacyheaders/shellfc.h
src/gromacs/legacyheaders/sim_util.h
src/gromacs/legacyheaders/string2.h
src/gromacs/legacyheaders/thread_mpi/mpi_bindings.h
src/gromacs/legacyheaders/thread_mpi/tmpi.h
src/gromacs/legacyheaders/typedefs.h
src/gromacs/legacyheaders/types/commrec.h
src/gromacs/legacyheaders/types/inputrec.h
src/gromacs/legacyheaders/types/nlistheuristics.h
src/gromacs/legacyheaders/types/simple.h
src/gromacs/legacyheaders/types/state.h
src/gromacs/legacyheaders/update.h
src/gromacs/mdlib/clincs.c
src/gromacs/mdlib/constr.c
src/gromacs/mdlib/coupling.c
src/gromacs/mdlib/domdec.c
src/gromacs/mdlib/domdec_setup.c
src/gromacs/mdlib/edsam.c
src/gromacs/mdlib/expanded.c
src/gromacs/mdlib/force.c
src/gromacs/mdlib/md_support.c
src/gromacs/mdlib/mdebin.c
src/gromacs/mdlib/mdebin_bar.c
src/gromacs/mdlib/mdebin_bar.h
src/gromacs/mdlib/minimize.c
src/gromacs/mdlib/nlistheuristics.c
src/gromacs/mdlib/pme.c
src/gromacs/mdlib/pme_pp.c
src/gromacs/mdlib/pull.c
src/gromacs/mdlib/pull_rotation.c
src/gromacs/mdlib/shellfc.c
src/gromacs/mdlib/sim_util.c
src/gromacs/mdlib/stat.c
src/gromacs/mdlib/update.c
src/gromacs/selection/scanner.cpp
src/gromacs/selection/scanner.l
src/gromacs/selection/scanner_flex.h
src/gromacs/timing/wallcycle.c
src/gromacs/timing/wallcycle.h
src/gromacs/timing/walltime_accounting.c
src/gromacs/timing/walltime_accounting.h
src/programs/gmx/tpbcmp.c
src/programs/gmx/tpbconv.c
src/programs/mdrun/md.c
src/programs/mdrun/mdrun.cpp
src/programs/mdrun/pme_loadbal.c
src/programs/mdrun/pme_loadbal.h
src/programs/mdrun/repl_ex.c
src/programs/mdrun/repl_ex.h
src/programs/mdrun/runner.c