nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#943 Fedora 23 build fails validation, #2669

Open nikhilgupta10 opened 7 years ago

nikhilgupta10 commented 7 years ago

Validation fails on a core/object.c:findin_tree call to locate a named object. This is due to a problem with GCC -O2 and the particular usage of a temporary variable in this function. The solution is change the optimization level to -O3 and rebuild/reinstall. This is documented in the linux/unix build wiki in a new section called \Platform Notes.,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1. "dchassin":There are a number of problems that are remedied by adjusting optimization. On Mac it must be set of -O0, which is really bad.,

"dchassin":- status: new --> accepted