Skip to content

Commit

Permalink
Update BCs Version (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 authored Mar 15, 2023
1 parent 05cd36a commit 828a579
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [1.19.0] - 2023-03-15

### Changed

- Moved to use BCs version v11.0.0 as the default

## [1.18.0] - 2022-12-16

### Changed

- Moved to use Baselibs 7.7.0 as the default
- Moved to use Baselibs v7.7.0 as the default

## [1.17.1] - 2022-10-20

Expand Down
2 changes: 1 addition & 1 deletion src/executors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ They have on two optional parameters:

1. `resource_class` which defaults to `large`
2. `baselibs_version` which defaults to `v7.7.0`
3. `bcs_version` which defaults to `v10.23.0`
3. `bcs_version` which defaults to `v11.00.0`

## See:
- [Orb Author Intro](https://circleci.com/docs/2.0/orb-author-intro/#section=configuration)
Expand Down
2 changes: 1 addition & 1 deletion src/executors/gfortran-bcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
type: string
bcs_version:
description: "Version of boundary conditions to use"
default: v10.23.0
default: v11.00.0
type: string

docker:
Expand Down
2 changes: 1 addition & 1 deletion src/executors/ifort-bcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
type: string
bcs_version:
description: "Version of boundary conditions to use"
default: v10.23.0
default: v11.00.0
type: string

docker:
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/run_gcm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parameters:
description: "Baselibs version to use"
bcs_version:
type: string
default: v10.23.0
default: v11.00.0
description: "Boundary condition version to use"
workspace_root:
description: "Workspace root"
Expand Down

0 comments on commit 828a579

Please sign in to comment.