Skip to content

Commit f5e0f1a

Browse files
author
Logan Karsten
committed
Commit 7/31/2016
1 parent 7311a42 commit f5e0f1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/regridUtilities/logMod.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ def initLog(pId,cDate,logDir):
1010
import logging
1111
# Create log file path
1212
logPath = logDir + "/REGRID_JOB_" + str(pId) + "_" + cDate + ".LOG"
13-
#if MPI_RANK == 0:
14-
print logPath
15-
#logging.basicConfig(filename=logPath,level=logging.DEBUG)
13+
if MPI_RANK == 0:
14+
print logPath
15+
#logging.basicConfig(filename=logPath,level=logging.DEBUG)
1616

1717
#logging.info('Program initialized from rank: ' + str(MPI_RANK))
1818

0 commit comments

Comments
 (0)