Skip to content

Commit

Permalink
Merge pull request #98 from GEOS-ESM/feature/mathomp4/update-circleci…
Browse files Browse the repository at this point in the history
…-resource-chem

Use xlarge resource for CircleCI
  • Loading branch information
mmanyin authored Aug 3, 2020
2 parents 61b0f9c + 92980bc commit 5a07998
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
version: 2
version: 2.1
jobs:
build:
docker:
- image: gmao/geos-build-env-gcc-source:6.0.13-openmpi_4.0.3-gcc_9.3.0
resource_class: xlarge
working_directory: /root/project
steps:
- run:
Expand Down Expand Up @@ -34,4 +35,4 @@ jobs:
name: "Build"
command: |
cd ${CIRCLE_WORKING_DIRECTORY}/GEOSgcm/build
make -j2 install
make -j"$(nproc)" install

0 comments on commit 5a07998

Please sign in to comment.