You cannot post messages because only members can post, and you are not currently a member.
Description:
For discussion of the development of the code Enzo. Open to all!
|
|
|
Linking error
|
| |
I am getting a linking error in trying to create the Enzo executable.
cat out.compile produces the following:
/usr/bin/ld: /lib: No such file: File format not recognized
collect2: ld returned 1 exit status
I don't know what file it is looking for. I am working on a laptop
running Ubuntu. Also, I am getting an Error 127 but that has not... more »
|
|
Debug output from Euler.F?
|
| |
Hi all,
I'm running a simulation with an accreting active particle. This is the first time I've gotten this simulation to get past the first EvolveLevel after sink particle creation without crashing (woohoo!!) but now I'm seeing some strange debug print statements from inside a fortran routine.... more »
|
|
PR #46: Subgrid size change and FOF bugfix
|
| |
Hi everyone,
Here's a pull request that I just submitted that contains some minor changes, but it will affect all simulations because it adjusts the limits of the maximum subgrid size.
John
-------- Original Message --------
...request #46)
...To: c...@enzo-project.org
A new pull request has been opened by John Wise.... more »
|
|
bitbucket workflow question
|
| |
Hi all,
I want to pull changes from the main development repository enzo-dev
into my fork enzo-dev-christine on bitbucket. I thought I could do a
pull request from enzo-dev into my fork enzo-dev-christine but it looks
like you can only go the other way (from the fork to the main repo).
Does anyone know I do this?... more »
|
|
PR #45: Max baryon fields => 30
|
| |
Sam issued a nice PR for upping the maximum number of baryon fields to
30, and fixing how this is checked:
[link]
I'm +1 on accepting, but since it will affect most everyone I wanted
to bring it to the list.... more »
|
|
An example workflow for a single fork, multiple pull requests
|
| |
Hi all,
In IRC the idea came up of how to have multiple heads in a repo, and
how to issue multiple pull requests from a single repo. So I thought
I'd send out my workflow, which has a single repository on my desktop
machine, from which I can push/pull to multiple endpoints.
The fun thing about hg is that you can specify changesets (or revsets,... more »
|
|
Tag changeset just pushed
|
| |
Hi all,
Just as an explanation, since it hit enzo-vcs: evidently in a merge
somewhere the .hgtags file got modified and the tag for
enzo-2.0-release got stripped out. Casey brought this up in IRC so I
pushed the new tag to GC. We're now tagging as enzo-X.Y.Z, but the
*old* tag was enzo-2.0-release, so I replicated that here. Anyway, I... more »
|
|
Running enzo with valgrind?
|
| |
Hi all,
I'm curious if anyone has managed to use the valgrind MPI wrappers with enzo. If so, was it useful? Did you have a lot of trouble getting it working?
I've been dealing with a lot of memory corruption errors and I'm hoping valgrind will be a better tool than totalview to track down the bugs.... more »
|
|
Assigning particles to a grid after merging.
|
| |
Hi all, I'm currently trying to finish up a new sink particle implementation using the new active particle framework. The idea is that this will be a reference implementation that people can look at if they want to convert one of the nontrivial star particles to active particles or if they want to design an entirely new active particle that does distributed feedback.... more »
|
|
|