aboutsummaryrefslogtreecommitdiff
path: root/Source/main.cpp
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2019-04-18 11:26:51 -0700
committerGravatar Dave Grote <grote1@llnl.gov> 2019-04-18 11:26:51 -0700
commit5ed1a16ace5ed9d32e18e25b23ef87996679b4dc (patch)
tree110be73bd454bf2a673e2aa73b26b16cea29865c /Source/main.cpp
parentbe0cbe26c1914f14e059be84b546934a3933ab85 (diff)
parentae239587668bbadc742ce5992afc6d6f814c5a3c (diff)
downloadWarpX-5ed1a16ace5ed9d32e18e25b23ef87996679b4dc.tar.gz
WarpX-5ed1a16ace5ed9d32e18e25b23ef87996679b4dc.tar.zst
WarpX-5ed1a16ace5ed9d32e18e25b23ef87996679b4dc.zip
Merge branch 'dev' into RZgeometry
Diffstat (limited to 'Source/main.cpp')
-rw-r--r--Source/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/main.cpp b/Source/main.cpp
index 4bf17b7bd..d89e89e47 100644
--- a/Source/main.cpp
+++ b/Source/main.cpp
@@ -41,6 +41,8 @@ int main(int argc, char* argv[])
ParallelDescriptor::ReduceRealMax(end_total ,ParallelDescriptor::IOProcessorNumber());
if (warpx.Verbose()) {
amrex::Print() << "Total Time : " << end_total << '\n';
+ amrex::Print() << "WarpX Version: " << WarpX::Version() << '\n';
+ amrex::Print() << "PICSAR Version: " << WarpX::PicsarVersion() << '\n';
}
}