forked from espressomd/espresso
-
Notifications
You must be signed in to change notification settings - Fork 0
Cython #10
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
Open
olenz
wants to merge
776
commits into
kessel:cython
Choose a base branch
from
olenz:cython
base: cython
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Cython #10
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…o matter whether MASS is switched on or off.
… 'system_com_vel'.
Center of mass motion tools compatible with MASS
…o matter whether MASS is switched on or off.
… 'system_com_vel'.
* 'ghmc' of github.com:samins/espresso:
…and the min_global_cut is too small
…and the min_global_cut is too small
… the proper shifted LB node coordinates.
… be set for ESPResSo to run.
…usly report cuda as working on systems that provide the tools to compile and link cuda code but do not provide the dynamically linked libraries to cuda binaries.
…ufft if the cuda checks failed. Properly fenced all the code depending on those libraries. Unfortunately the fences don't work because the precompiler constant CUDA gets set even when the checks fail.
…uda, including the run check, succeed. Since in that case, the cuda libraries are left out and all cuda code is fenced off, this should produce a working ESPResSo binary even on system where the cuda build tools are properly set up but the dynamic libraries are not properly referenced.
…broken cuda setups. Found and fixed two more bugs, one in the code fences and one in the cuda indicator for the makefile.
… files which contain declarations referencing cuda datatypes can also be processed by compilers other than nvcc.
Conflicts: scripts/auxiliary.tcl
Conflicts: doc/ug/io.tex samples/check_potential.tcl samples/diamond.tcl samples/lj_benchmark.tcl samples/maggs.tcl scripts/auxiliary.tcl tools/series.tcl tools/watch.tcl
…into cuda-autodetect
Conflicts: src/comforce.c src/debug.c src/iccp3m.c src/maggs.c src/mmm2d.c src/p3m-dipolar.c src/p3m.c src/tcl/statistics_tcl.c
Conflicts: .gitignore scripts/Makefile.am src/cuda_init.cu src/cuda_init.h src/lj.c src/tcl/initialize_interpreter.c
Implicit declarations due to missing header includes. Parse myconfig for use in setup.py.
Fixed compiler warnings for cython.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Unsere Fixes von gerade