Skip to content

Commit

Permalink
Migrated APM implementation from my hg repo + Greg’s fork. Additional:
Browse files Browse the repository at this point in the history
* minor updates + tests added. Results from the paper are reproduced
* updated documentation + authors list
* updated .gitignore
* show log in case of error in circleci
  • Loading branch information
jcpassy committed Sep 23, 2019
1 parent d8fd5a5 commit 56a437d
Show file tree
Hide file tree
Showing 177 changed files with 14,001 additions and 2,523 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ commands:
make precision-$prec
make particles-$part
make clean
make -j 4 || (make show-config ; exit 1)
make -j 4 || (cat out.compile ; make show-config ; exit 1)
done ; done
# return this to default
make precision-64
Expand All @@ -135,19 +135,19 @@ commands:
make integers-$inte
make particle-id-$pids
make clean
make -j 4 || (make show-config ; exit 1)
make -j 4 || (cat out.compile ; make show-config ; exit 1)
done ; done
make integers-64
make particle-id-64
# test without mpi
make use-mpi-no
make clean
make -j 4 || (make show-config ; exit 1)
make -j 4 || (cat out.compile ; make show-config ; exit 1)
make use-mpi-yes
# test ray-tracing
make photon-no
make clean
make -j 4 || (make show-config ; exit 1)
make -j 4 || (cat out.compile ; make show-config ; exit 1)
build-docs:
description: "Test the docs build."
Expand Down
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,18 @@ src/P-GroupFinder/P-GroupFinder
doc/manual/build

run/results.js

amr.out
performance.out
OutputLog
Evtime
Enzo_Build
OutputLevelInformation.out
RunFinished
DD0000/
DD0001/
AccelerationField.out*
TestGravityCheckResults.out*
01.out
nosetests.xml
run/**/*.png
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ support for Enzo

Many people have contributed to the development of Enzo -- here's just a short
list of the people who have recently contributed, in alphabetical order:

* Tom Abel [email protected]
* Gabriel Altay [email protected]
* James Bordner [email protected]
Expand All @@ -68,7 +68,7 @@ list of the people who have recently contributed, in alphabetical order:
* Andrew Emerick [email protected]
* Forrest Glines [email protected]
* Nathan Goldbaum [email protected]
* Philipp Grete [email protected]
* Philipp Grete [email protected]
* John Forbes [email protected]
* Yusuke Fujimoto [email protected]
* Oliver Hahn [email protected]
Expand All @@ -94,6 +94,7 @@ list of the people who have recently contributed, in alphabetical order:
* Boon Kiat Oh [email protected]
* Brian O'Shea [email protected]
* Pascal Paschos [email protected]
* Jean-Claude Passy [email protected]
* Molly Peeples [email protected]
* Carolyn Peruta [email protected]
* John Regan [email protected]
Expand All @@ -102,7 +103,7 @@ list of the people who have recently contributed, in alphabetical order:
* Munier Salem [email protected]
* Devin Silvia [email protected]
* Christine Simpson [email protected]
* Samuel Skillman [email protected]
* Samuel Skillman [email protected]
* Stephen Skory [email protected]
* Britton Smith [email protected]
* Geoffrey So [email protected]
Expand All @@ -114,5 +115,5 @@ list of the people who have recently contributed, in alphabetical order:
* Peng Wang [email protected]
* John Wise [email protected]
* Hao Xu [email protected]
* Alvaro Zamora [email protected]
* Alvaro Zamora [email protected]
* Fen Zhao [email protected]
Loading

0 comments on commit 56a437d

Please sign in to comment.