@@ -52,7 +52,7 @@ def _build_fms(caseroot, libroot, bldroot):
52
52
53
53
mpilib = case .get_value ("MPILIB" )
54
54
sharedpath = os .path .join (case .get_value ("COMPILER" ), mpilib ,
55
- strdebug , strthread , "nuopc" )
55
+ strdebug , strthread )
56
56
slr = os .path .abspath (case .get_value ("SHAREDLIBROOT" ))
57
57
fmsbuildroot = os .path .join (slr , sharedpath )
58
58
fmsinstallpath = os .path .join (fmsbuildroot , "FMS" )
@@ -108,7 +108,7 @@ def _build_cam(caseroot, libroot, bldroot):
108
108
threaded = "threads" if case .get_value ("BUILD_THREADED" ) or case .get_value ("FORCE_BUILD_SMP" ) else "nothreads"
109
109
comp_interface = case .get_value ("COMP_INTERFACE" )
110
110
fmsbuilddir = os .path .join (
111
- slr , compiler , mpilib , debug , threaded , comp_interface , "FMS" )
111
+ slr , compiler , mpilib , debug , threaded , "FMS" )
112
112
user_incldir = '"-I{} -I{} -I{}"' .format (
113
113
os .path .join (srcroot , "libraries" , "FMS" , "src" , "include" ),
114
114
os .path .join (srcroot , "libraries" , "FMS" , "src" , "mpp" , "include" ),
0 commit comments