Skip to content

Commit

Permalink
Re-added (invalid) grab_pre_build call.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Jun 17, 2024
1 parent 8a3b02d commit 10ae159
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run_configs/jules/build_jules.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from fab.steps.compile_fortran import compile_fortran
from fab.steps.find_source_files import find_source_files, Exclude
from fab.steps.grab.fcm import fcm_export
from fab.steps.grab.prebuild import grab_pre_build
from fab.steps.link import link_exe
from fab.steps.preprocess import preprocess_fortran
from fab.steps.root_inc_files import root_inc_files
Expand All @@ -21,6 +22,8 @@
logger = logging.getLogger('fab')


# TODO 312: we need to support non-intel compiler here.

class MpiIfort(Ifort):
'''A small wrapper to make mpif90 available.'''
def __init__(self):
Expand All @@ -44,6 +47,8 @@ def __init__(self):
fcm_export(state, src='fcm:jules.xm_tr/src', revision=revision, dst_label='src')
fcm_export(state, src='fcm:jules.xm_tr/utils', revision=revision, dst_label='utils')

grab_pre_build(state, path='/not/a/real/folder', allow_fail=True),

# find the source files
find_source_files(state, path_filters=[
Exclude('src/control/um/'),
Expand Down

0 comments on commit 10ae159

Please sign in to comment.