Skip to content

Commit

Permalink
Update envs/reddwarf.yaml to meet env var stds of last commit
Browse files Browse the repository at this point in the history
This commit updates the reddwarf.yaml file to use the environment variables
that were defined in the previous commit. This commit allows reddwarf.yaml to
run those tests with the gnu-9 compiler.
  • Loading branch information
MiCurry committed Jun 2, 2020
1 parent e974aa6 commit 4433c92
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions envs/reddwarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,24 @@ Modsets:
Value: "true"
- PNETCDF_INCLUDES:
Name: PNETCDF_INCLUDES
Value: "-I/users/mcurry/build-gnu-9.1.0/lib/include"
Value: "-I$PNETCDF/include"
- PNETCDF_LIBS:
Name: PNETCDF_LIBS
Value: "-L/users/mcurry/build-gnu-9.1.0/lib/lib -lpnetcdf"
Value: "-L$PNETCDF/lib -lpnetcdf"
- NETCDF_INCLUDES:
Name: NETCDF_INCLUDES
Value: "-I/users/mcurry/build-gnu-9.1.0/lib/include"
Value: "-I$NETCDF/include"
- NETCDF_LIBS:
Name: NETCDF_LIBS
Value: "-L/users/mcurry/build-gnu-9.1.0/lib/lib -lnetcdf -lpnetcdf
Value: "-L$NETCDF/lib -lnetcdf -lpnetcdf
-lhdf5_hl -lhdf5 -ldl -lz -lm"
- PIO_INCLUDES:
Name: PIO_INCLUDES
Value: "-I/users/mcurry/build-gnu-9.1.0/lib/include -I/users/mcurry/build-gnu-9.1.0/pio/2.4.3/include"
Value: "-I$PNETCDF/include -I$PIO/include"
- PIO_LIBS:
Name: PIO_LIBS
Value: "-L/users/mcurry/build-gnu-9.1.0/pio/2.3.4/lib
-L/users/mcurry/build-gnu-9.1.0/pio/2.4.3/lib -lpiof -lpio
Value: "-L$NETCDF/lib
-L$PIO/lib -lpiof -lpio
-lnetcdf -lpnetcdf -lhdf5_hl -lz -lm"
- MPAS_EXTERNAL_INCLUDES:
Name: MPAS_EXTERNAL_INCLUDES
Expand Down

0 comments on commit 4433c92

Please sign in to comment.