Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #99

Open
wants to merge 18 commits into
base: dev
Choose a base branch
from
Open

Dev #99

wants to merge 18 commits into from

Conversation

thorstenhater
Copy link
Contributor

Clean-up of previous update

halfflat and others added 9 commits October 31, 2019 17:08
* Make required changes to support new 0.2.3-dev API.
Update for new cable_cell API pending 0.2.3 release.
* Implement RMS error computation in `comparex`.
* Add new validation test 'rallpack1' (see `validation/rallpack1/README.md`) for NEURON and Arbor.
* Add new validation test 'cable-steadystate': cable with Rallpack1
electrical characteristics, but with differing diameters at each end;
simulations are run to steady-state (20 times cable time constant) and
compared against analytical solution.
* Add selection switch for ARB_GPU.
* Make building validation code optional via `ns_validate` shell variable in environment script.
@halfflat
Copy link
Contributor

I like these changes! The only thing left out would be the removal of ns_validate from environment.sh

Copy link
Member

@bcumming bcumming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small comment.

Don't forget the documentation in the docs/ path:
https://github.com/arbor-sim/nsuite/blob/master/docs/install.rst

@@ -71,7 +71,6 @@ default_environment() {

ns_arb_arch=native
ns_arb_with_gpu=OFF
ns_arb_gpu=none
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about keeping this variable, and allowing it to be set to none, cuda, hip or clang-cuda, and passing it directly to CMake:

cmake -DARB_GPU=$ns_arb_gpu

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I decided on using ns_arb_with_gpu for this purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants