1
I Use This!
Activity Not Available

Commits : Listings

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