E3SM-Project / E3SM-Project/scorpio

Some ctests are only enabled when using PIO_USE_MALLOC

Open
#92 2 comments 0 reactions 1 assignee Claimed by @dqwu View on GitHub
bug
Dominant language
C++
Stars
22
Forks
20
Avg merge
12d 19m
Merged PRs (30d)
1

Description

Some ctests are only enabled when PIO_USE_MALLOC
is enabled.

PIO_USE_MALLOC decides whether to use
malloc()/realloc()/calloc()/free() OR the bget()
memory management .

Whether we use PIO_USE_MALLOC or not should not
determine if a c unit test is run (The same test should
be built and run whether PIO_USE_MALLOC is enabled
or not).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.