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

Add JEDI as supported platform #262

Merged
Merged
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions bldsva/supported_versions.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ platforms+=(
["JUWELS"]="JSC (FZ-Juelich) - general purpose Linux Cluster"
["DEEP"]="JSC (FZ-Juelich) - general purpose Linux Cluster"
["JUSUF"]="JSC (FZ-Juelich) - general purpose Linux Cluster"
["JEDI"]="JSC (FZ-Juelich) - general purpose Linux Cluster"
)

# list of available versions for a platform
Expand All @@ -31,6 +32,8 @@ availability+=(
clm3-icon26-pfl eclm eclm-mct clm5-cos5-pfl clm5-cos5-pfl-pdaf "
["GENERIC_X86"]=" clm3-cos4-pfl clm3-cos4-pfl-pdaf clm3-cos5-pfl clm4-cos4-pfl clm4-cos5-pfl clm3-cos5-pfl-pdaf clm3-icon21-pfl \
clm3-icon26-pfl eclm eclm-mct clm5-cos5-pfl clm5-cos5-pfl-pdaf "
["JEDI"]=" clm3-cos4-pfl clm3-cos4-pfl-pdaf clm3-cos5-pfl clm4-cos4-pfl clm4-cos5-pfl clm3-cos5-pfl-pdaf clm3-icon21-pfl \
clm3-icon26-pfl eclm eclm-mct clm5-cos5-pfl clm5-cos5-pfl-pdaf "
)

# list of versions with descriptions
Expand Down Expand Up @@ -108,5 +111,6 @@ setupsAvail+=(
["JURECA"]=" nrw ideal300150 ideal600300 ideal1200600 ideal24001200 cordex cordex0275 idealRTD idiurnal-cycle "
["DEEP"]=" nrw ideal300150 ideal600300 ideal1200600 ideal24001200 cordex idealRTD "
["GENERIC_X86"]=" nrw ideal300150 ideal600300 ideal1200600 ideal24001200 cordex idealRTD "
["JEDI"]=" nrw ideal300150 ideal600300 ideal1200600 ideal24001200 cordex cordex0275 idealRTD idiurnal-cycle "
)

Loading