Building from source fills up /tmp
- Dominant language
- C++
- Stars
- 16
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
We have a user request for this software on our cluster. I am following the instructions https://github.com/LLNL/COGENT/tree/master?tab=readme-ov-file#install-instructions specifically starting from the NERSC template.
In `Make.defs.local` I set:
```
CXX=gcc
FC=gfortran (also tried mpif90)
MPICXX=mpicxx
```
I was able to build hypre in step 3, but not COGENT in step 4 as it fills up our entire `/tmp` disk space (>180G). Is this the expected behavior and, if so, how much space should we allocate for `/tmp`?
Contributor guide
No contributing guide indexed for this repository
Research direction
Review the install instructions and the reported settings in Make.defs.local, focusing on step 4 after hypre builds successfully. Reproduce the COGENT build while monitoring /tmp usage and determine whether the growth is expected or indicates a build problem. Done means documenting the required temporary space or identifying the build behavior that needs correction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, fortran
- Domain
- build-system, hpc
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100