From 33fb2a3279783bbdfae42da84098b2484d404e0d Mon Sep 17 00:00:00 2001 From: ignis Date: Wed, 22 May 2019 17:24:00 +0900 Subject: [PATCH] print build info when running post_dns --- code/makefile | 4 ++-- code/post_dns.f90 | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/makefile b/code/makefile index 00b2efd..08ce780 100644 --- a/code/makefile +++ b/code/makefile @@ -34,8 +34,8 @@ OBJ = post_dns.o Post_Cbar_FSD_Incomp : x-edge-cold-bc-uPrime-hybrid -x-edge-cold-bc-uPrime-hybrid : ${MODULES} ${OBJ} - ${compiler} -o x-edge-cold-bc-uPrime-hybrid ${flags} ${MODULES} ${OBJ} +x-edge-cold-bc-uPrime-hybrid : ${MODULES} ${OBJ} print_build_info.o build_info.o + ${compiler} -o x-edge-cold-bc-uPrime-hybrid ${flags} ${MODULES} ${OBJ} print_build_info.o build_info.o ${OBJ} : ${MODULES} diff --git a/code/post_dns.f90 b/code/post_dns.f90 index 175e672..41f6647 100644 --- a/code/post_dns.f90 +++ b/code/post_dns.f90 @@ -7,6 +7,8 @@ USE post USE Compact + CALL print_data + CALL m_openmpi_init CALL main