Linking CESM to an external library with hdf5 and openmp dependencies on Derecho

jshaw35

Jonah Shaw
New Member
Hi @jedwards

Can do! I will test this now.

One question, why is $ENV{RTTOV} outside of the initial <append> clause rather than inside it? I'm curious because I expected it to be <append $ENV{RTTOV}> so that the append action is conditioned on $ENV{RTTOV}.

Best,
Jonah
 

jedwards

CSEG and Liaisons
Staff member
YOU are not appending RTTOV you are appendiing SLIBS and it doesn't hurt to add hdf5 even when it isn't being used.
 
Back
Top