E3SM-Project / E3SM

Energy Exascale Earth System Model source code. NOTE: use "maint" branches for your work. Head of master is not validated.
https://docs.e3sm.org/E3SM
Other
344 stars 351 forks source link

Chemistry pre-processor doesn't compile out-of-the-box for intel compiler on Edison and Constace #755

Open singhbalwinder opened 8 years ago

singhbalwinder commented 8 years ago

Chemistry pre-processor doesn't work with the Intel compiler when tested on two of the platforms. There seems to be a bug in the Makefile. By commented out an if-condition in the Makefile, the code compiles but it needs to be addressed in a more robust fashion.

cameronsmith1 commented 8 years ago

FWIW, many months ago, it wasn't working on Titan either, so I created a separate make file for it (via trial and error). I added it to master as a separate file (labeled appropriately).

We definitely need a more robust build system.