[AMBER-Developers] early write(mdout, ...) in pmemd.F90?

From: Yong Duan via AMBER-Developers <amber-developers.ambermd.org>
Date: Tue, 9 Dec 2025 20:36:09 +0000

Hi,

I noticed a few “write(mdout, …)” lines before calling master_setup() where amopen() was called and mdout and others were opened.
line 234: write(mdout, *) &
line 263: write(mdout, *) ‘OMP_ …'
line 265: write(mdout, *) ‘OMP_ …’
also line 275: call NC_setupAmberNetcdf(mdout, "pmemd", VERSION_STRING)

line 297: call master_setup()

Line 234 is in “#ifdef MPI”
Lines 263 and 265 are in “#ifdef OPENMP​“
Line 275 is in “#ifdef BINTRAJ"

I’m not sure these were intended. Perhaps an earlier call to open mdout is needed?

yd
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Tue Dec 09 2025 - 13:00:02 PST
Custom Search