Aiden Woodruff

Results 27 comments of Aiden Woodruff

If you're willing to use an external tool, there's always crunch.

This project appears to have Travis CI enabled, so this should be even easier. [Link to the Wiki on how to do this](https://docs.appimage.org/packaging-guide/hosted-services/travis-ci.html#ref-travis-ci)

@cwsmith I think this can be closed.

The first two errors seem to be related to to a file open failure. This could be caused by an out of date [pumi-meshes](https://github.com/SCOREC/pumi-meshes) folder or something else. I'm not...

BSD might require `-lmalloc` according to the [manpage](https://man.freebsd.org/cgi/man.cgi?query=mallinfo&sektion=3MALLOC&apropos=0&manpath=SunOS+5.8).

Is [this malloc documentation](https://man.freebsd.org/cgi/man.cgi?query=malloc&sektion=3&apropos=0&manpath=FreeBSD+14.0-RELEASE+and+Ports) available on your FreeBSD? It should also be possible (albeit a pain) to extract memory information from the `malloc_stats_print` function described there. I created #411. Can...

I don't have a BSD system of my own and won't be able to spin up a VM for a few weeks. Since `PCU_GetMem` and `pumi_getMem` are only used in...

https://github.com/SCOREC/core/pull/330#discussion_r606623008 > So, what if a consumer wants to use PUMI compiled with egads but they have conditional code behind HAVE_EGADS that they don't want to compile for some reason...currently...

Ok, cool. I will use the `PUMI` prefix in my support for PT-Scotch and at some point later go in and replace other instances.