Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

great fesom cmake changes from @wdeconinck to production_DE #526

Merged
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
fa5d477
Added workflow for sync to lumi and a first version of a gitlab CI wo…
Oct 19, 2023
33155cc
Added lumi_gpu_evatali branch to workflow
Oct 19, 2023
0f2d022
Merge pull request #519 from tiggi/refactoring
koldunovn Oct 19, 2023
4a3ea6f
Fixed bad YAML in Lumi CICD workflow
Oct 19, 2023
17b396e
Add a partition for the Lumi CICD job
Oct 19, 2023
62098b4
Remove the artifact from gitlab-ci, it's better to have it printed ou…
Oct 19, 2023
473de2a
Remove the artifact from gitlab-ci, it's better to have it printed ou…
Oct 19, 2023
ac082c8
Merge pull request #520 from tiggi/refactoring
koldunovn Oct 19, 2023
62d3e6a
an OMP bux fix in tracer FCT
Oct 26, 2023
849b732
Merge pull request #522 from FESOM/refactoring_FCT_OMP_BUGFIX
suvarchal Oct 26, 2023
ef9e91f
Add forward declarations in parms for standard compliance
wdeconinck Aug 22, 2023
6298b59
Fix warning: format string is not a string literal (potentially insec…
wdeconinck Oct 10, 2023
66eaaaf
Fix warning: add explicit braces to avoid dangling else
wdeconinck Oct 10, 2023
74f796e
Fix warning: incompatible function pointer types initializing... TODO…
wdeconinck Oct 10, 2023
e550953
Fix warning: '%s' directive writing up to 255 bytes into a region of …
wdeconinck Oct 10, 2023
3cdb8d0
Fix warning: extra tokens at end of #endif directive
wdeconinck Oct 10, 2023
4ae7703
Improve FindNETCDF with extra search hints and handling of COMPONENTS
wdeconinck Oct 10, 2023
d526ae4
Update lumi environment, showing that FindNETCDF works without interv…
wdeconinck Oct 10, 2023
ae6958e
Update atosecmwf environment, showing mpi compiler wrappers are no lo…
wdeconinck Oct 10, 2023
449c57a
Merge pull request #523 from FESOM/bugfixes_wdeconinck
dsidoren Oct 26, 2023
89fbf65
addes missing OMP clauses
Oct 27, 2023
efbb3ed
removed just introduced OMP statement im ice_fct (was not needed)
Oct 27, 2023
5cdb7c8
Merge branch 'refactoring' into refactoring_FCT_OMP_BUGFIX
suvarchal Oct 27, 2023
7209162
Merge pull request #525 from FESOM/refactoring_FCT_OMP_BUGFIX
suvarchal Oct 27, 2023
c52360a
CMakefiles from Razvan. This wont work for standalone runs!
Oct 6, 2023
52cde62
Fix compilation errors after multio API update
Oct 2, 2023
a506965
Find MPI on atos
Aug 29, 2023
e648a8d
use assumed shapes instead of legacy assumed sizes, Merged io_netcdf_…
suvarchal Oct 9, 2023
7335b13
Fix warning: Use of the NUMERIC_STORAGE_SIZE named constant from intr…
wdeconinck Oct 10, 2023
5344625
Deprecate cmake option BUILD_FESOM_AS_LIBRARY, use ENABLE_IFS_INTERFA…
wdeconinck Oct 10, 2023
3bb3b02
Fix cmake configuration for compilation of parms
wdeconinck Oct 10, 2023
27aea3a
CMake installation and cleanup
wdeconinck Oct 10, 2023
ceec508
Avoid recompilation of fesom_version_info-generate.F90 if git sha did…
wdeconinck Aug 24, 2023
ec82fb1
Add test_downstream
wdeconinck Oct 10, 2023
dbbd86d
Fix compilation in iom related to incompatible logical type
wdeconinck Oct 30, 2023
fb4421f
Fix usage of preprocessor definition __MULTIO
wdeconinck Oct 30, 2023
c39f0d0
Add option ENABLE_MULTIO (default ON, only when ENABLE_IFS_INTERFACE …
wdeconinck Aug 22, 2023
9ad264c
Discover LAPACK_LIBRARIES on ubuntu container
wdeconinck Oct 30, 2023
00bb869
Add env "local"
wdeconinck Oct 30, 2023
51bc1f5
Github Actions: remove sed and use CMake option
wdeconinck Oct 30, 2023
707e8d3
Github Actions: git add safe directory
wdeconinck Oct 30, 2023
dc220f9
Github Actions: test compilation of IFS interface
wdeconinck Oct 30, 2023
8f7d4ed
Github Actions: Add test downstream
wdeconinck Oct 30, 2023
f0b842f
Fix possible too long line length
wdeconinck Oct 31, 2023
9d116f5
Merge branch 'production_DE' into production_DE_rebased_with_cmake
suvarchal Oct 31, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added lumi_gpu_evatali branch to workflow
Ulf 'Tiggi' Tigerstedt committed Oct 19, 2023
commit 33155cc84bfe2bb50fe3e36854997f9ff4735e31
1 change: 1 addition & 0 deletions .github/workflows/lumi-sync.yaml
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ name: Run CICD on Lumi (using .gitlab-ci.yml)
on: push
branches:
- refactoring
- lumi_gpu_evatali

jobs:
gitlabsync: