sort by:
Revision Author Date Message Commit Date
4d16c5b Merge pull request #3894 from ESMCI/mvertens/scol_bugfix fixes to nuopc single column PTS_LAT and PTS_LON fixes to nuopc single column PTS_LAT and PTS_LON Tested that SMS_D_Ld6_Mmpi-serial_Vnuopc.1x1_smallvilleIA.IHistClm45BgcCropQianRs.cheyenne_intel.clm-cropMonthOutput had PTS_LAT and PTS_LON set correctly. Before these were set to -999.99 for this test. Test suite: (see above) Test baseline: NA Test namelist changes: No Test status: bit for bit Fixes: None User interface changes?: No Update gh-pages html (Y/N)?:N Code review: jedwards4b 25 March 2021, 23:26:21 UTC
77c2d95 fixes to nuopc single column PTS_LAT and PTS_LON 25 March 2021, 23:04:01 UTC
92e0ecf Merge pull request #3891 from ESMCI/rljacob/update-e3sm-config Switch e3sm config to COMP_ROOT_DIR Use COMP_ROOT_DIR_* for the paths of various files in e3sm config_files.xml Test suite: passed create_test --no-build e3sm_integration and xmllint. Test namelist changes: none Test status: bit for bit 22 March 2021, 21:18:06 UTC
de4a1e2 Merge pull request #3879 from ESMCI/azamat/mprof/replace-indef-fmt-xlf Fix format descriptor in mem-logging for IBM compiler 19 March 2021, 19:43:23 UTC
41b7a7b Add latest .github/workflows/srt.yml from master 19 March 2021, 19:03:40 UTC
cd997ca Merge pull request #3890 from ESMCI/dependabot/pip/tools/statistical_ensemble_test/pyCECT/docs/pillow-8.1.1 Bump pillow from 7.1.2 to 8.1.1 in /tools/statistical_ensemble_test/pyCECT/docs 19 March 2021, 18:48:11 UTC
4fd4613 Switch to COMP_ROOT_DIR Use COMP_ROOT_DIR_* for the paths of various files. 19 March 2021, 18:06:59 UTC
46f4d33 Bump pillow in /tools/statistical_ensemble_test/pyCECT/docs Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/7.1.2...8.1.1) Signed-off-by: dependabot[bot] <support@github.com> 19 March 2021, 15:40:43 UTC
0cd2268 Merge pull request #3889 from ESMCI/mvertens/drof_mesh_bugfix bug fix for specifying mesh for 0.25 degree runoff grid 19 March 2021, 15:27:04 UTC
ca52ae0 bug fix for specifying mesh for 0.25 degree runoff grid for use with JRA-55 runoff data 19 March 2021, 02:35:51 UTC
4822938 Merge pull request #3880 from ESMCI/peano/zeus_update_port changes for zeus port 18 March 2021, 20:45:55 UTC
929fd46 Merge pull request #3882 from billsacks/no_cdeps_libs_with_lilac Avoid adding CDEPS things to inc & lib paths with LILAC 18 March 2021, 20:44:08 UTC
17a980f Merge pull request #3884 from ESMCI/mvertens/scol new nuopc/cmeps single/column single/point functionality Implemented new nuopc/cmeps single column functionality. In config/cesm/config_files.xml - single point domains are only used for mct/cpl7. For cmeps single point meshes are now generated on the fly and component domains files are no longer needed. env_run.xml variables PTS_LAT, PTS_LON and PTS_DOMAINFILE are used to determine if there is a single point or single column run. If PTS_LAT and PTS_LON are not -999 and PTS_DOMAINFILE is UNSET, then you have a single point run and the exact values of PTS_LAT and PTS_LON are used. If PTS_LAT and PTS_LON are not -999 and PTS_DOMAINFILE is not UNSET, then then the cmeps driver will recognize the nearest neighbor values of PTS_LAT and PTS_LON in PTS_DOMAINFILE as the single column lat and lon to use. This PR only effects nuopc/cmeps configurations and also needs an accompanying PR to CMEPS, CDEPS, CLM, CICE5 and CAM. A full documentation of the testing is done in the CMEPS PR. Test suite: Test baseline: Test namelist changes: Test status: bit for bit and roundoff Fixes: None User interface changes?: Update gh-pages html (Y/N)?: N Code review: 16 March 2021, 22:49:28 UTC
e5fda9e removal of CLM_USRDAT from mct domains 16 March 2021, 16:52:28 UTC
b58ef7b try fixing github action 16 March 2021, 14:28:26 UTC
76185e5 merge to master 15 March 2021, 23:19:18 UTC
4751402 Merge pull request #3861 from jasonb5/log_cprnc_tail Logs tail of cprnc outputs to TestStatus.log Adds tail of cprnc logs to TestStatus.log. Test suite: scripts_regression_tests.py Test baseline: Test namelist changes: Test status: Fixes #3831 User interface changes?: Update gh-pages html (Y/N)?: Code review: Bill Sacks 15 March 2021, 19:41:40 UTC
5708c00 Fixes cprnc glob to be more specific. 13 March 2021, 18:30:35 UTC
b03c440 Merge branch 'master' into log_cprnc_tail 13 March 2021, 18:26:54 UTC
f9a2185 Update for cime5.8.38 12 March 2021, 23:18:10 UTC
33f236c Merge pull request #3881 from ESMCI/jgfouca/disable_kokkos_tests Disable kokkos tests when building for E3SM Generate_makefile (which is how E3SM builds Kokkos) has Kokkos_ENABLE_TESTS ON by default and this is causing slower builds and increasing the chances of build problems. I cant imagine why E3SM would ever want kokkos tests, so I'm thinking we should turn this off. Test suite: By hand Test baseline: Test namelist changes: Test status: bit for bit Fixes [CIME Github issue #] User interface changes?: Update gh-pages html (Y/N)?: Code review: 12 March 2021, 21:04:23 UTC
14d9035 Disable kokkos tests when building for E3SM 12 March 2021, 20:37:45 UTC
bef3563 updated izumi esmf.mk 12 March 2021, 19:35:22 UTC
3321317 Merge pull request #3785 from billsacks/remove_cism1 CESM-CISM no longer supports CISM1, so we can remove support for its 5-km grid. Test suite: scripts_regression_tests on cheyenne, plus ERS_Ly11.f09_g17_gl20.T1850G.cheyenne_gnu and SMS_D_Ly1.f09_g17_gl4.T1850G.cheyenne_gnu from cism2_1_74 Test baseline: cism2_1_74 for the two extra tests Test namelist changes: none Test status: bit for bit Fixes none User interface changes?: none Update gh-pages html (Y/N)?: N Code review: @fischer-ncar 12 March 2021, 17:21:52 UTC
dd7b446 Merge branch 'master' into remove_cism1 Resolved Conflicts: config/cesm/config_grids.xml 12 March 2021, 16:51:26 UTC
c659a4b changes for zeus port 12 March 2021, 15:50:55 UTC
0dbcf49 Avoid adding CDEPS things to inc & lib paths with LILAC This is now needed with https://github.com/ESMCI/cime/pull/3770, given some other changes to the build that have been made in the last few months (I think the removal of the conditional in the Makefile in https://github.com/ESMCI/cime/pull/3779, but I'm not sure). This and the changes in #3770 will be backed out once we require pieces of CDEPS in the LILAC build (specifically for the streams functionality). 12 March 2021, 03:45:56 UTC
d67b18e Merge pull request #3878 from jedwards4b/nag_port nag_port for nuopc Fix issue with github actions, add support for ESMF on izumi. Test suite: scripts_regression_tests.py with CIME_DRIVER=nuopc and intel,gnu,nag compilers and mpi-serial and mvapich2 I could not get the pgi compiler, the nag 7.0 compiler or the openmpi libraries working. Test baseline: Test namelist changes: Test status: bit for bit Fixes User interface changes?: Update gh-pages html (Y/N)?: Code review: 12 March 2021, 00:45:19 UTC
a5daa06 cleanup 11 March 2021, 21:54:01 UTC
7438dcb more izumi cleanup 11 March 2021, 20:29:55 UTC
e87b5c9 clean up debug additions 11 March 2021, 18:33:02 UTC
01428d3 another approach 11 March 2021, 18:04:43 UTC
aaae89c back up to ubuntu-18 11 March 2021, 17:23:07 UTC
7ac4a6a try a sleep 11 March 2021, 17:04:52 UTC
440e6e4 learn more 11 March 2021, 16:29:39 UTC
a2f9581 redo pnetcdf build 11 March 2021, 15:54:42 UTC
184bc88 force rebuild of netcdf fortran 11 March 2021, 15:34:10 UTC
b305675 fix format 11 March 2021, 15:15:47 UTC
4f9e96e add debug code to action 11 March 2021, 15:09:30 UTC
e7ade91 more debug info for github 11 March 2021, 13:50:48 UTC
aac525d Simplify format descriptors 11 March 2021, 01:58:12 UTC
696a11b test name not object 10 March 2021, 23:19:53 UTC
ff9e1e3 add modules for izumi 10 March 2021, 23:02:32 UTC
99e42a4 once more 10 March 2021, 21:28:22 UTC
992728b try this workaround 10 March 2021, 21:09:37 UTC
d94c0e5 avoid pgrep in github action 10 March 2021, 20:43:09 UTC
61d443e try a patch 10 March 2021, 20:33:14 UTC
fb75def try again 10 March 2021, 19:55:16 UTC
0fbdc60 try again 10 March 2021, 19:14:56 UTC
f881215 syntax error 10 March 2021, 18:56:36 UTC
f1196b6 debug procps 10 March 2021, 18:53:35 UTC
ebeb4e9 more pgrep output 10 March 2021, 18:08:36 UTC
544fbf8 nag_port for nuopc - wip 10 March 2021, 17:15:39 UTC
75e8f7a Merge pull request #3869 from billsacks/generalize_cism_config This supports an upcoming CISM change where we are going to use config file names like cism.gris.config and cism.ais.config; or for multi-instance, cism_0001.gris.config, cism_0002.gris.config, etc. This is backwards compatible with old versions of CISM. Test suite: manual testing scripts_regression_tests: only A & B Test baseline: n/a Test namelist changes: none Test status: bit for bit Note: On my mac (with python 3.9.1), I got this failure in B_CheckCode which is unrelated to this PR: ====================================================================== FAIL: test_pylint_scripts_tests_scripts_regression_tests_py (__main__.B_CheckCode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/sacks/cime/scripts/tests/./scripts_regression_tests.py", line 3481, in test self.assertTrue(result == "", msg=result) AssertionError: False is not true : ************* Module scripts_regression_tests scripts/tests/scripts_regression_tests.py:1039:24: E1101: Instance of 'Thread' has no 'isAlive' member (no-member) scripts/tests/scripts_regression_tests.py:1046:25: E1101: Instance of 'Thread' has no 'isAlive' member (no-member) scripts/tests/scripts_regression_tests.py:1059:24: E1101: Instance of 'Thread' has no 'isAlive' member (no-member) scripts/tests/scripts_regression_tests.py:1066:25: E1101: Instance of 'Thread' has no 'isAlive' member (no-member) scripts/tests/scripts_regression_tests.py:1080:24: E1101: Instance of 'Thread' has no 'isAlive' member (no-member) scripts/tests/scripts_regression_tests.py:1086:25: E1101: Instance of 'Thread' has no 'isAlive' member (no-member) scripts/tests/scripts_regression_tests.py:1102:25: E1101: Instance of 'Thread' has no 'isAlive' member (no-member) scripts/tests/scripts_regression_tests.py:1120:24: E1101: Instance of 'Thread' has no 'isAlive' member (no-member) scripts/tests/scripts_regression_tests.py:1126:25: E1101: Instance of 'Thread' has no 'isAlive' member (no-member) scripts/tests/scripts_regression_tests.py:1157:24: E1101: Instance of 'Thread' has no 'isAlive' member (no-member) scripts/tests/scripts_regression_tests.py:1166:32: E1101: Instance of 'Thread' has no 'isAlive' member (no-member) scripts/tests/scripts_regression_tests.py:1169:33: E1101: Instance of 'Thread' has no 'isAlive' member (no-member) scripts/tests/scripts_regression_tests.py:1633:25: E1101: Instance of 'Thread' has no 'isAlive' membe 09 March 2021, 20:28:43 UTC
1520ae7 changes for single column 09 March 2021, 04:55:07 UTC
4331236 Adds ability to prepend addition details before cprnc tail 09 March 2021, 04:43:36 UTC
e7ae4a1 Fixes logging cprnc comments before the log tail. 09 March 2021, 03:57:12 UTC
1e1a505 Fix format descriptor in mem-logging for IBM compiler Replace indefinite repeat (star) with large numeric value. 04 March 2021, 04:25:31 UTC
fd8612e updates to backtrack mct compare to nuopc 03 March 2021, 02:25:27 UTC
66a5edf changes to get JRA validation working 03 March 2021, 02:25:27 UTC
dd5be7a need to allow for this case for user entered latlon 03 March 2021, 02:25:27 UTC
d6efedf remove debug print 03 March 2021, 02:25:27 UTC
97745c3 read lat and lon for 1pt in cmeps driver 03 March 2021, 02:25:27 UTC
60b523c passes test SMS_D_Ly6_Mmpi-serial.1x1_smallvilleIA.IHistClm45BgcCropQianRs.cheyenne_intel.clm-cropMonthOutput 03 March 2021, 02:25:27 UTC
fd30d9c Merge pull request #3875 from ESMCI/azamat/mprof/add-header-archiving Add header row and perf-archiving to memory profiling logs Add header row and perf-archiving to memory profiling logs. Test suite: SMS.f19_g16.X.chrysalis_intel Test baseline: N/A Test namelist changes: none Test status: bit for bit Fixes E3SM-Project/E3SM#4133 User interface changes?: none Update gh-pages html (Y/N)?: N Code review: @jgfouca 02 March 2021, 20:18:04 UTC
83b7056 Add header row to memory profiling for plotting 02 March 2021, 03:55:32 UTC
b11c68f GZip and perf-archive memory profiles 02 March 2021, 03:54:58 UTC
b164a7f Merge pull request #3873 from sarats/sarats/capture-runscripts-provenance Add run scripts to provenance capture When a run script is used to setup simulations, it is copied in the case directory under 'run_script_provenance'. Adding that to the list of files captured in the provenance/performance archive. Test suite: Test baseline: Test namelist changes: Test status: bit for bit Fixes : E3SM-Project/E3SM#4118 User interface changes?: N Update gh-pages html (Y/N)?: N Code review: @jgfouca 01 March 2021, 23:17:58 UTC
a504b40 Add run scripts to provenance capture When a run script is used to setup simluations, it is copied in the case directory under 'run_script_provenance'. Adding that to the list of files captured in the provenance/performance archive. 01 March 2021, 23:09:37 UTC
56c121e Merge pull request #3870 from jedwards4b/make_64bit_data_default make 64bit data default format Makes the 64bit_data format the default. Removes a requirement that pnetcdf must be built to use this format. Test suite: scripts_regression_tests.py Test baseline: Test namelist changes: Test status: [bit for bit, roundoff, climate changing] Fixes User interface changes?: Update gh-pages html (Y/N)?: Code review: 01 March 2021, 18:09:17 UTC
9b706c5 fix unit test 01 March 2021, 17:05:56 UTC
162767b Merge pull request #3859 from jedwards4b/pio2_update Pio2 update 01 March 2021, 15:02:54 UTC
945a6f2 Generalize the file pattern match for cism.config files This supports an upcoming CISM change where we are going to use config file names like cism.gris.config and cism.ais.config; or for multi-instance, cism_0001.gris.config, cism_0002.gris.config, etc. 26 February 2021, 23:22:28 UTC
5253df0 Merge pull request #3867 from ESMCI/wlin/F2010_sstdata Enable 2010 SST climatology for all variants of F-2010 compsets E3SM has F-2010 compsets in variants like 2010S_EAM%* and 2010_EAM%. Previously the designated 2010 SST climatology can only recognize compsets of 2010S_EAM%. This PR allows it to be used for all F2010 variants. [BFB] 25 February 2021, 20:15:53 UTC
e76f2ce Merge pull request #3711 from ESMCI/wpcoomb/improve_check_input_data_tool Wpcoomb/improve check input data tool I improved check_input_data.py to better distinguish between correct files and directories. If an unsupported directory is detected, the error message is more clear and informative. I also added a small optimization to the check_input_data tool for entries that point to /dev/null. Test suite: scripts_regression_tests Test baseline: Test namelist changes: Test status: [bit for bit] Fixes #3654 User interface changes?: Update gh-pages html (Y/N)?: Code review: @jedwards4b 25 February 2021, 20:01:10 UTC
30599fd Included specific input_data_list file name value, data_list_file, in the expect() error message. 24 February 2021, 21:48:29 UTC
b0a9d6b Improved the expect error message 24 February 2021, 21:42:02 UTC
50f1328 Added informative comment 24 February 2021, 21:39:46 UTC
60d74bd Removed extra white space 24 February 2021, 21:32:14 UTC
0c3494a Cleaned up debug comments 24 February 2021, 21:31:59 UTC
11019f3 Improved the Check and moved the check higher up in the conditional structure. 24 February 2021, 21:30:51 UTC
27489cd Enable 2010 SST climatology for all variants of F-2010 compsets E3SM has F-2010 compsets in variants like 2010S_EAM%* and 2010_EAM%*. Previously the designated 2010 SST climatology can only recognize compsets of 2010S_EAM%*. This PR allows it to be used for all F2010 variants. [BFB] 24 February 2021, 20:33:44 UTC
f0f720a Merge branch 'master' into wpcoomb/improve_check_input_data_tool * master: (298 commits) SCORPIO needs _PNETCDF nuopc result is in drv.log not med.log Fixes linting issue Adds unit test to cover issue Fixes defining logfile_name before use add fox module path to nuopc build use newly installed esmf modules on izumi changes for izumi ESMF lib bless/compare_test_results should not process build-only tests Update support for trigrid configuration where lnd is not on the atm grid Make update success more robust env_mach_specific needs to process all mpirun nodes from machobj Fixes cleaning up only on success Changes as requested during the review Adds support of DATM_MODE=CLM1PT for ELM Blank default value does not need to be explicit Some minor changes Add a new env_run XML value for E3SM: CASE_GROUP Turn PIO_USE_MALLOC back on fix pylint issue ... 24 February 2021, 20:14:05 UTC
1732a7d make 64bit data default format 23 February 2021, 23:15:01 UTC
2b49cf5 Merge pull request #3860 from jasonb5/fix_compare_test_results_undefined Fix compare test results undefined Fixes case where a skipped test would result in logfile_name being undefined in compare_test_results.py. Test suite: scripts_regression_tests.py Test baseline: Test namelist changes: Test status: Fixes #3814 User interface changes?: Update gh-pages html (Y/N)?: Code review: 23 February 2021, 18:17:33 UTC
5382666 Merge pull request #3864 from ESMCI/jgfouca/fix_for_makefile SCORPIO needs _PNETCDF Test suite: ./scripts_regression_tests --fast Test baseline: Test namelist changes: Test status: bit for bit Fixes [CIME Github issue #] User interface changes?: Update gh-pages html (Y/N)?: Code review: jedwards 22 February 2021, 18:24:47 UTC
d84e38e SCORPIO needs _PNETCDF 22 February 2021, 17:47:35 UTC
9fd7ee8 Merge pull request #3863 from jedwards4b/nuopc_log_fix nuopc result is in drv.log not med.log Change location of the 'Successful Completion' message from med.log to drv.log in nuopc driver. Test suite: scripts_regression_tests.py Test baseline: Test namelist changes: Test status: bit for bit Fixes #3862 User interface changes?: Update gh-pages html (Y/N)?: Code review: 22 February 2021, 16:43:04 UTC
4376e62 nuopc result is in drv.log not med.log 22 February 2021, 14:44:28 UTC
73f1339 Fixes linting issue 20 February 2021, 02:53:48 UTC
9ed62ab Adds unit test to cover issue 20 February 2021, 01:53:47 UTC
55cb283 Fixes defining logfile_name before use 19 February 2021, 22:54:15 UTC
c3d2573 Logs tail of cprnc outputs to TestStatus.log 19 February 2021, 07:50:55 UTC
3f5a347 Merge pull request #3845 from ESMCI/bishtgautam/user-defined-forcing-for-elm Adds support of DATM_MODE=CLM1PT for ELM Modifications to support user-defined atmospheric forcing with ELM. Test suite: Test baseline: Test namelist changes: Test status: [bit for bit, roundoff, climate changing] Fixes [CIME Github issue #] User interface changes?: Update gh-pages html (Y/N)?: Code review: 18 February 2021, 20:12:55 UTC
8e99fed remove debug print statement 18 February 2021, 00:22:16 UTC
44df5e7 fix merge issue and log_level initialization 17 February 2021, 23:39:54 UTC
6677b20 update pio2 to hash c77a30d95d4 17 February 2021, 23:10:24 UTC
80c0b75 Squashed 'src/externals/pio2/' changes from 7309b9b60..c77a30d95 c77a30d95 Merge pull request #1855 from jedwards4b/create_logfile_only_if_loglevel 983bd8e66 only create log files if log level > 0 989e026f5 Merge pull request #1854 from jedwards4b/redef_from_def_test 7df2e2afe remove this test, no longer valid 360a360ac Merge pull request #1852 from NCAR/ejh_readme af9b0733a commented out test_async_1d ca842d15a commented out test_async_1d 66132141f updating readme 5206ff4c5 updating readme c6fd1755c updating readme 47f466fd1 updating readme 8b2f798a4 Merge pull request #1851 from NCAR/ejh_cmake 4ea3f9362 turning on netcdf integration in cmake build 304b7296e Merge pull request #1850 from NCAR/ejh_next_1 2123df499 turned test code back on 40d9637c2 Merge pull request #1849 from NCAR/ejh_next 582d6f7b6 turned test code back off 0a41fbf89 turned test code back off d7eb8207b turned test code back on 41ac8bc7f turned test code back on 2f90688c7 turned test code back on 9f6b1b5c9 fixed type size in async code 16b469d00 turning test code back on 268c69929 Merge pull request #1848 from NCAR/ejh_preprocessor 558f24000 cleanup of automake and pre-processor symbols e8a87005b removed pre-processor symbol USE_NETCDF4 77a31b1bc Merge pull request #1844 from NCAR/ejh_no_pnetcdf_build 818eead20 commented out part of tst_async_multi 7b0b78b16 commented out part of tst_async_multi 41ea01e99 commented out part of tst_pio_async 388681f92 commented out part of test_async_1d 34f6b99db fixed no-pnetcdf workflow, renamed ubuntu latest workflow 463e37d4e adding new workflow dddf14773 Merge pull request #1843 from NCAR/ejh_warn c95152b6e fixed warnings and netcdf-integration build without pnetcdf 2d0c61c2e Merge pull request #1840 from NCAR/ejh_cmake_again_3 444c30dc4 fixing cmake workflow b43e67e44 fixing cmake workflow 42366fb63 Merge pull request #1836 from NCAR/ejh_cmake_again dcaba92f8 changed test timeout in cmake 19570c281 fixed code warning, removed print statements from test f632317cd make configure search for netcdf-fortran if --enable-fortran and --enable-netcdf-integration are used 57446873a debug test 9b5964267 add fortran build c6912419b fix paths 3705bbdf2 adding fortran f65e972e4 adding fortran d914a8353 adding cmake build 9accccb00 Merge pull request #1835 from NCAR/ejh_cmake_fortran_workflow 27d20a3be try a different cmake? ee9fe1b61 giving up on cmake build for now ebfb0e503 adding another cmake build 8fd204e80 adding another cmake build 219d72fb9 adding another cmake build ed0304884 turned off fortran in cmake build b56162ef1 fixed fortran test 5c34c279f turning on fortran build in cmake workflow ee329568b Merge pull request #1833 from NCAR/ejh_ncint_test_2 85f50f29d more testing da6015c2c Merge pull request #1831 from NCAR/ejh_ncint_test 11959c931 fixing ncint test for 4.7.4 by commenting out code 8dbde41a0 fixed comment ccbb2302f fix test_darray_multivar3.c 7172df901 turning on netcdf integration in workflow e53623410 Merge pull request #1826 from NCAR/ejh_test_more 1eb5a219d working on workflows 40ce8ea26 switching to pnetcdf-1.12.2 593e85371 adding testing 0f0558ffe adding testing 0f3502fa0 adding testing 862538461 Merge pull request #1823 from NCAR/ejh_more_tests 71a695cba working on asan build 70066f238 working on asan build b5801cd8b working on asan build 8fd651963 working on asan build a679c5bd5 adding testing with hdf5-1.10.7 3308d5e93 renamed workflow files to reduce confusion f34ef23a9 merged master 0887324d4 fixed warnings, trying to get asan workflow to build 6947e3114 Merge branch 'master' into ejh_more_tests d862880a7 added asan testing e341609e3 Merge pull request #1821 from NCAR/ejh_test_on 1464bf0a4 Merge branch 'master' into ejh_test_on ef34338ae fixed test_darray_multivar3.c 2d6de331b fixed test_darray_multivar3.c 1ef9493f0 Merge pull request #1820 from NCAR/ejh_default_blocksize 9e492a483 changed default blocksize 36eba03fa Merge pull request #1817 from NCAR/ejh_docs c7b3010cc documentation improvements 082fc0f32 documentation improvements cacb65e7b documentation improvements 9548daac5 fixed warnings in code 4200f55a1 Merge pull request #1809 from NCAR/ejh_perf_more ce23930d6 now setting chunksizes for netcdf4 performance runs f59373773 whitespace cleanup 6f7a1dcdf fixed mpe problem in test_simple.c 9a669de89 modification to perf program output 9abd0ca71 Merge pull request #1806 from NCAR/ejh_perf 329ef8f2d cleanup 9f912f859 merged master be3b13f22 fixes to test_perf2.c 84511247c Merge pull request #1805 from NCAR/ejh_fix_test 5df3c5dc6 whitespace cleanup 118e44a76 better async error handling in tests 57c03b9c3 whitespace cleanup 379983a92 more fixes for async test error handling 9bdf340a2 more work on async error handling 25d5bf4f0 more work on async error handling 3b550c794 more work on async error handling f83540176 more work on async error handling bb6adea7f fixed comment b44d3237c better handling for test failure in async tests 40da636a3 added AERR() macro for errors on async tests d8ec81a98 fixed comment 9cec790f1 fixed whitespace issues in pio_error.h d14471895 fix printing of some incorrect error codes in cunit tests 9dad4e97a Merge pull request #1802 from jedwards4b/avoid_msg_starving e6fc3e00b clean up test 90f497c14 change waitany to waitsome to avoid message starving 53bdadcbf Merge pull request #1800 from NCAR/ejh_docs_2 dd1b8d038 updated documentation and cleaned unneeded preprocessor symbols from test_perf2 and test_async_perf 5d0f8a5b0 Merge pull request #1799 from NCAR/ejh_t1 eec9e0b50 stop running test_async_perf with other CMakeList.txt tests c254d12f0 turned off logging in test e86c55cb6 try reducing the size of this test 358e71917 document new error code b51b8324c move large allocate from stack 4f01bc28b fix test 570abae1e add error for rearranger mismatch in async mode 564a15116 fix async_perf test 860f6f99f Merge branch 'more_async_tests' of github.com:jedwards4b/ParallelIO into more_async_tests a8493e337 add test_async_perf to cmake build 66564a550 Merge branch 'master' into more_async_tests 5852d9093 Merge pull request #1765 from t-brown/master 40da5e29c add SUBSET rearranger d741f3700 Merge branch 'master' into master 1a3fa8630 Merge pull request #1794 from NCAR/ejh_fix_perf 2184073b0 Merge branch 'master' into master 2a2a08dad turned off subset rearrarger in test_async_perf b51f6768c more improvements to performance programs 6a29e16eb merged master f0a9c0ad1 fixing test_async_perf 5ca0b5586 Merge pull request #1791 from jedwards4b/async_subset 6b08ffb66 now test both rearrangers in tst_perf2 d956b7904 added commas to output 7e385d133 fix test bbe58daf7 add tests c8f91fbca subset working in async 744b73163 Merge pull request #1790 from jedwards4b/add_nf_pio bbb9ed716 remove need for netcdf or pnetcdf fortran libs 53d652ed8 add netcdf fortran build 5d1ca6791 add nf_pio, netcdf now defines cdf5 format 8a0cb4f84 Merge pull request #1786 from jedwards4b/sort_only_on_compute 3d49f3008 array sort should only happen on compute tasks 7f28489f5 Merge pull request #1784 from jedwards4b/add_async_get_att_test 4b79b0203 add new function to include file 15921d6ff fix documentation biff d937cc331 add global_set_log_level, fix issue 5cd85396f add async test for get_att - test currently timesout 38d9acda5 Merge pull request #1782 from jedwards4b/async_fixes ffe4098c1 move malloc to correct location e05d8f2b0 remove unneeded change 7806081b4 changes for async interface 7e242f78b Merge pull request #1781 from jedwards4b/with_pnetcdf_cmake 6c4d85875 use WITH_PNETCDF in CMake build f960b3799 Merge branch 'master' into master 1d0dabdf3 Merge pull request #1778 from jedwards4b/add_pio_init_async_from_comms 1de5ded13 Merge branch 'add_pio_init_async_from_comms' of github.com:jedwards4b/ParallelIO into add_pio_init_async_from_comms 7a52d1d9d try this 875966b5b fix mem issue 60f9f17f3 fix documentation f63773317 remove .f90.in from gitignore file, add tests cf09cd22d remove unused var 7f28e28cf fix Makefile.am 8af4d74d9 try again 2d3cb219a fix test generation issue 4a012a898 add test to autoconf 155c11dee fix line length issue 01e9e31dd add async test from fortran bcc711331 remove set_log_level from test 8f10a32a2 remove debug print ea404f6b3 add PIOc_init_async_from_comms and test 53c5a2c23 Merge pull request #1776 from jedwards4b/update_f_examples 0f5da9dc3 Merge branch 'master' into update_f_examples a8acfd49d more doc cleanup cad018af7 more documentation and refinment 4fd48cfce add some documentation 9e999911c correct ranks in async 0f65ecc0d cleanup a27009b57 working example from fortran 81c778517 Merge pull request #1774 from jedwards4b/unique_name_err_buffer e079cb408 make example resultlen distinct names from that in pio_error.h c30ff49c5 make example err_buffers distinct names from that in pio_error.h e26c200c2 work on async interface 092a618ee begin work on fortran async interface 66449308c Merge branch 'master' into master 364a445bf Adding an autoconf check for C99. git-subtree-dir: src/externals/pio2 git-subtree-split: c77a30d95d4814470f569b332cadeb0dea32414f 17 February 2021, 23:02:10 UTC
2604dd6 Merge pull request #3841 from ESMCI/mvertens/bugfixes_auxcam introduction of MASK_GRID for CMEPS 17 February 2021, 19:29:02 UTC
af03e98 Merge pull request #3847 from jasonb5/fix_directory_removal Fixes cleaning up only on success Cleans up test root depending on results of tests. Test suite: scripts_regression_tests Test baseline: Test namelist changes: Test status: Fixes #3808 User interface changes?: Update gh-pages html (Y/N)?: Code review: 17 February 2021, 19:28:28 UTC
back to top