1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Jul 18, 2025 — Jul 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
change function name. More... over 9 years ago
add a few functions for converting array of (unique) pointers to array of (const) pointers More... over 9 years ago
fix in make More... over 9 years ago
report for each variable in a plotfile if there is a NaN More... over 9 years ago
Merge branch 'development' of ssh://github.com/BoxLib-Codes/BoxLib into development More... over 9 years ago
add a simple tool to dump data to the screen More... over 9 years ago
Merge branch 'development' into experimental More... over 9 years ago
use size_t instead of int as loop index in a few places so that OPAL can compile More... over 9 years ago
use Array instead of vector for consistence and bound checking More... over 9 years ago
rework on the Array class More... over 9 years ago
rm BL_CXX11.H because C++11 is now require; replace BL_OVERRIDE with override More... over 9 years ago
change Array to vector to run with the intel compiler. More... over 9 years ago
no longer need to specify FCOMP More... over 9 years ago
Src/C_AMRLib/Make.package doe not include C_AmrCoreLib anymore More... over 9 years ago
need to pass fincludes into MODDEP More... over 9 years ago
Merge branch 'development' into experimental More... over 9 years ago
try to detect mpich or openmpi More... over 9 years ago
more on README.md More... over 9 years ago
minor More... over 9 years ago
fix format More... over 9 years ago
more on README.md for make More... over 9 years ago
MLSDCAmr: restrict --> Restrict to avoid name conflict. Although restrict is not a C++ keyword and it was used as a member function of class MLSDCAmrLevel, cray compiler is unhappy about it being used because it is a C keyword. More... over 9 years ago
C_mk, F_mk: remove Babbage compiler hooks (it has been retired) More... over 9 years ago
C_mk: add workaround for compiling C++11 features using Intel compilers at NERSC More... over 9 years ago
add python to build requirement More... over 9 years ago
Merge branch 'development' of ssh://github.com/BoxLib-Codes/BoxLib into development More... over 9 years ago
need to actually pass FPP_DEFINES to the dependency script More... over 9 years ago
do not exit due to compiler mismatch for goals like clean, realclean, etc. More... over 9 years ago
removed -fimplicit-none flag because we have some really old Fortran code More... over 9 years ago
Make.nersc: add -lmpichf90 More... over 9 years ago