Changes between Initial Version and Version 1 of ParNCLDeveloperInfo/UsingNCLProfiler/BuildingNCLProfiler
- Timestamp:
- 04/16/12 15:15:14 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ParNCLDeveloperInfo/UsingNCLProfiler/BuildingNCLProfiler
v1 v1 1 = Building NCL Profiler = 2 For information on how to build NCL from source refer to [wiki:BuildingNCL Building NCL from source]. 3 4 The NCL profiler is not built by default when building NCL from source. To enable the NCL profiler at compile time, build NCL after adding the following 5 6 {{{ 7 #define EnableProfiling 1 8 }}} 9 10 to the Site.local file.