gdcarver / openifs

Instructions and code for controlling ECMWF OpenIFS application in climateprediction.net (CPDN)
Apache License 2.0
0 stars 0 forks source link

Set EC_PROFILE_* to zero to disable memory profile stats #18

Closed gdcarver closed 1 year ago

gdcarver commented 1 year ago

OpenIFS will print out total memory and heap memory statistics at the end of the run, which is of little use to CPDN.

Can disable these by setting these env vars: EC_PROFILE_HEAP=0 EC_PROFILE_MEM=0