Skip to content

Commit

Permalink
readme in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
bcc2761 committed Apr 2, 2024
1 parent ebced9a commit f4f5d99
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fre/fre.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def fremakefunction(context, yamlfile, platform, target, force_checkout, force_c
is_flag=True,
help="Get verbose messages (repeat the option to increase verbosity level)")
@click.pass_context

def create_checkout(context,yamlfile,platform,target,no_parallel_checkout,jobs,execute,verbose):
""" - Write the checkout script """
context.forward(fremake.fremake.ccheckout)
Expand Down Expand Up @@ -246,7 +245,6 @@ def create_checkout(context,yamlfile,platform,target,no_parallel_checkout,jobs,e
is_flag=True,
help="Get verbose messages (repeat the option to increase verbosity level)")
@click.pass_context

def run_checkout(context,yamlfile,platform,target,no_parallel_checkout,jobs,verbose):
""" - Run the checkout script """
context.forward(fremake.fremake.rcheckout)
Expand Down
16 changes: 16 additions & 0 deletions fre/fremake/README-fremake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# **Fremake Canopy**

Through the fre-cli, `fre make` can be used to create and run a code checkout script and compile a model.

## **Usage (Users)**

* Refer to fre-cli README.md for foundational fre-cli usage guide and tips.

### **Subtools Guide**

1) **fre make**
- configure
- Postprocessing yaml configuration
- Minimal Syntax: `fre pp configure -y [user-edit yaml file]`
- Module(s) needed: n/a
- Example: `fre pp configure -y /home/$user/pp/ue2/user-edits/edits.yaml`

0 comments on commit f4f5d99

Please sign in to comment.