aboutsummaryrefslogtreecommitdiff
path: root/Source/main.cpp
diff options
context:
space:
mode:
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';
}
}