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
clarify comment. More... about 8 years ago
Merge branch 'development' of https://github.com/BoxLib-Codes/BoxLib into development More... about 8 years ago
fix comments, back. More... about 8 years ago
call new function to prebuild directories. More... about 8 years ago
switch from getopt to argparse to get self-help More... about 8 years ago
First pass at addNParticles function in ParticleContainer class. More... about 8 years ago
the generic COMP_VERSION variable is used by the build info scripts to put the compiler version into job_info More... about 8 years ago
put instruction on how to use addr2line into Backtrace files More... about 8 years ago
remove static. More... about 8 years ago
better way to detect Open MPI More... about 8 years ago
support for new cartgrid format. More... about 8 years ago
functions for generic plotfiles. More... about 8 years ago
Merge pull request #16 from nbren12/development More... about 8 years ago
add support for trapping ABRT. this allows for backtracing interger overflow with gcc. More... about 8 years ago
gfortran: in debug mode use 2^31 - 1 as the initial value for integers More... about 8 years ago
make missing f90.depends an error so that error messages become more helpful More... about 8 years ago
because of pgi compiler issue, have to remove -traceback More... about 8 years ago
Release Notes for BoxLib 16.12 More... about 8 years ago
Merge branch 'master' into development More... about 8 years ago
Merge pull request #18 from BoxLib-Codes/preprocessing More... about 8 years ago
use a GNU make $(warning...) to report unfound module dependencies. We retain the print to stderr too, so we can easily see these by simply redirecting stdout if desired More... about 8 years ago
if we file requests a module that nothing provides then continue on to the next. This was the intended behavior originally, but we missed a `continue` statement. This allows for system-provided modules to work without them in the `IGNORES` list. This fixes a bug that Brian ran into More... about 8 years ago
Merge pull request #17 from BoxLib-Codes/preprocessing More... about 8 years ago
address Weiqun's PR comments More... about 8 years ago
catch dep.py errors and have make abort with an error message explaining how to enable debug info in the dependency checking More... about 8 years ago
make extra stream flushes the default for now. More... about 8 years ago
Merge branch 'development' of https://github.com/BoxLib-Codes/BoxLib into development More... about 8 years ago
intel: link with multi-threaded fortran library More... about 8 years ago
delete more potential unsafe functions More... about 8 years ago
move the distribution map check into BL_ASSERT and make sure it does not dereference null ptr More... about 8 years ago