You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this should take place once the SCU18 rolls out and after we switch to spack-stack v1.8.0
I'm fully running my tests on SLES15 which includes SWELL, JEDI builds (jedi_bundle), and GEOS so should be a seamless transition with maybe a few minor hiccups along the way 🤞.
What needs to change:
swell create's default --platform, -p argument should be changed to nccs_discover_sles15.
Tier 1 tests platform argument should be nccs_discover_sles15.
gmao_ci account should be requesting milan nodes for Tier 1/2 tests.
Documentation updates!
The text was updated successfully, but these errors were encountered:
* sles15 is now default platform, added to docs reflecting this and other additions (#407)
* swell_static_files_user in config now used in appropriate tasks (#360)
* addressed potential error on abort caused by undefined logger call
* renamed datetime utility to avoid hinting confusion with base package, added type hinting (#349)
* type hinting for all python methods (#349)
* removed unnecessary pass of logger to functions copy_platform_files and copy_eva_files
* type hinting in run_geos_executable uses Optional
* Hinting changes, Logger properly type hinted, pd.DataFrame now used, typing.Optional used where appropriate
* Update docs/configuring_cylc.md
Co-authored-by: Alexey Shiklomanov <[email protected]>
* added proper hinting for SilentUndefined instance in jinja2.py
* proper syntax for linking docs
* direct type hinting for FileHandler objects
* added Optional typing where appropriate
* added missing type hint in run_jedi_hofx_executable.py, fixed missing typing functions
* more types in hint
* more precise type hinting
* Resolved code test error
* more specific type hinting per mypy
* corrected logger instance in type hint
* Revised type hinting
* Revised datetime typing, other refinements
* Further revised type hinting
* Update src/swell/utilities/render_jedi_interface_files.py
Updated type hint to optional for consistency
Co-authored-by: Alexey Shiklomanov <[email protected]>
---------
Co-authored-by: Alexey Shiklomanov <[email protected]>
I think this should take place once the SCU18 rolls out and after we switch to spack-stack v1.8.0
I'm fully running my tests on SLES15 which includes SWELL, JEDI builds (jedi_bundle), and GEOS so should be a seamless transition with maybe a few minor hiccups along the way 🤞.
What needs to change:
swell create
's default--platform, -p
argument should be changed tonccs_discover_sles15
.nccs_discover_sles15
.gmao_ci
account should be requestingmilan
nodes for Tier 1/2 tests.The text was updated successfully, but these errors were encountered: