Hi, I was looking into building architecture optimized version of one or two packages. So I was thing to use --optarch and accordingly change the software, modulefile and repository paths with that, so the architecture optimized versions keep the same name as their generic counterparts. With the module structure you can then supersede the generic version with the optimized version. Though I don't seem to be able to properly use eb --optarch=
I've tried with intel/2015 eb --optarch=xHost eb --optarch=native eb --optarch="-xHost" I don't see any reflection of my values in the logs. The --optarch should override the value in the easyconfig file for the compiler toolchain. Right? My easyconfig files have optarch: False by default. When I enable it in the easyconfig file it correctly builds an optimized version. I want to just build with the Architecture options for the host I'm building on (Nehalem, Westmere, SandyBridge, IvyBridge, Haswell, etc...) kind regards, Fokko

