Skip to content

Commit

Permalink
Changed from -cpu to -cpu-frac
Browse files Browse the repository at this point in the history
  • Loading branch information
vcalderon2009 committed Feb 21, 2018
1 parent 8d1d09d commit d52fb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ endif

## Create catalogues for `ECO`
catl_mr_make:
@python $(SRC_DIR)/mocks_create_main.py -abopt mr -cpu_frac $(CPU_FRAC) -remove $(REMOVE_FILES)
@python $(SRC_DIR)/mocks_create_main.py -abopt mr -cpu $(CPU_FRAC) -remove $(REMOVE_FILES)

## Delete existing `mock` catalogues
delete_mock_catls:
Expand Down

0 comments on commit d52fb5e

Please sign in to comment.