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
Use PDC_malloc, PDC_free, PDC_calloc, and PDC_realloc (#260)
* checkpoint
* replace free with PDC_free and calloc with PDC_calloc
* Committing clang-format changes
* fix more mallocs to PDC_malloc
* more PDC_free fixes
* Committing clang-format changes
* Update ubuntu-cache.yml
* remove eno1
* fix realloc
* Committing clang-format changes
* Update ubuntu-no-cache.yaml
* Fix several bugs with error checking with object dim allocation
* Committing clang-format changes
* fix bug
* Committing clang-format changes
* Update ubuntu-no-cache.yaml
* Update ubuntu-cache.yml
* Set default value of ndim to 1 in PDCprop_create when using PDC_OBJ_CREATE
* Committing clang-format changes
* Malloc when defaulting to ndim size 1.
Only free hostname when we PDC_malloc the memory
because pointers returned by getenv are not malloced
and could point to static memory.
* Committing clang-format changes
* Update README.md
minor change to trigger the pipeline
---------
Co-authored-by: github-actions <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jean Luca Bez <[email protected]>
Co-authored-by: Jean Luca Bez <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Proactive Data Containers (PDC) software provides an object-focused data managem
15
15
16
16
Full documentation of PDC with installation instructions, code examples for using PDC API, and research publications are available at [pdc.readthedocs.io](https://pdc.readthedocs.io)
17
17
18
-
More information and publications on PDC is available at https://sdm.lbl.gov/pdc
18
+
More information and publications on PDC are available at https://sdm.lbl.gov/pdc
19
19
20
20
If you use PDC in your research, please use the following citations:
0 commit comments