Skip to content
Discussion options

You must be logged in to vote

Sorry, I should have noticed this earlier when you quoted the code that you added. You also need to pass the info object. This is where the OpenMP relevant information is passed into NUOPC_DriverAddComp(). So the full calling block looks like this:

#ifdef FRONT_FIRE_BEHAVIOR
          if (trim(model) == "fire_behavior") then
            call NUOPC_DriverAddComp(driver, trim(prefix), FIRE_BEHAVIOR_SS, &
              FIRE_BEHAVIOR_SV, info=info, &
              petList=petList, comp=comp, rc=rc)
            if (ChkErr(rc,__LINE__,u_FILE_u)) return
            found_comp = .true.
          end if
#endif

Replies: 9 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@theurich
Comment options

@masih-e
Comment options

@danrosen25
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@masih-e
Comment options

Comment options

You must be logged in to vote
2 replies
@masih-e
Comment options

@theurich
Comment options

Answer selected by masih-e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants