-
Notifications
You must be signed in to change notification settings - Fork 4
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
Speed up data processing via use of 'cfp' #2
Labels
enhancement
New feature or request
Comments
GeorgeGayno-NOAA
added a commit
that referenced
this issue
Jan 3, 2020
Place data processing statments from 'gldas_get_data.sh' into its own script - 'gldas_process_data.sh'. This will facilitate the use of 'cfp' for parallel processing.
GeorgeGayno-NOAA
added a commit
that referenced
this issue
Jan 3, 2020
Update "gldas_get_data.sh" to use 'cfp' on Dell.
GeorgeGayno-NOAA
added a commit
that referenced
this issue
Jan 3, 2020
Update "gldas_get_data.sh" for Cray. And use the correct environment variable for machine.
GeorgeGayno-NOAA
added a commit
that referenced
this issue
Jan 6, 2020
Update "gldas_get_data.sh" to process data in parallel on Hera.
GeorgeGayno-NOAA
added a commit
that referenced
this issue
Jan 7, 2020
Merge branch 'master' into feature/cfp
GeorgeGayno-NOAA
added a commit
that referenced
this issue
Jan 10, 2020
Merge branch 'master' into feature/cfp
GeorgeGayno-NOAA
added a commit
that referenced
this issue
Jan 23, 2020
Merge branch 'master' into feature/cfp
GeorgeGayno-NOAA
added a commit
that referenced
this issue
Jan 30, 2020
Speed up 'copygb' processing in 'exgdas_gldas.sh.ecf' and 'gldas_forcing.sh' thru use of 'cfp'. Only tested on Dell. Other machines still process serially.
GeorgeGayno-NOAA
added a commit
that referenced
this issue
Jan 30, 2020
Merge branch 'master' into feature/cfp
GeorgeGayno-NOAA
added a commit
that referenced
this issue
Jan 31, 2020
Reduce the number of APRUN environment variables by using APRUN_GLDAS_DATA_PROC in all scripts which use cfp.
GeorgeGayno-NOAA
added a commit
that referenced
this issue
Jan 31, 2020
Merge branch 'master' into feature/cfp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
gldas_get_data.sh
script processes its data serially by time period. This can be optimized by processing all time periods in parallel using 'cfp' on Dell and Cray and its equivalent on Hera.The text was updated successfully, but these errors were encountered: