-
Notifications
You must be signed in to change notification settings - Fork 218
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
Fix #73 pgi #74
Closed
Closed
Fix #73 pgi #74
Conversation
This file contains 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
- get new work from git_status_proxy - report back
- rm .git dir and .gitignore, too - escape special chars in JSON output message
- can not merge by forkRepo sha - use forkRepo branchName instead
…Suite Compile Suite: GitHub Status Integration, Close ComputationalRadiationPhysics#20
- add FIND_PACKAGE(Threads REQUIRED) - fix cuda_memtest build - prepare PIConGPU for the same dependencies
- if a merge conflict occures, set the failure status and exit in a clean way - decode all JSON data, not only URLs (for example, if someone uses / in a branch name)
…compileSuite-json Decode all JSON fields and clean conflict result
…cmake-thread CMake: include thread lib
- fix all int vs uint warnings - fix gcc alias warning in ProxyClass.hpp - fix comment-in-comment warnings - add -Wall for icpc and g++ - ignore unknown pragmas for g++ (i.e. nvcc's pragma unroll) - add experimental ICC 12.1 and PGI 13.6 support
- for the brave and venturesome ;)
- fix nearly all -Wunused-parameter warnings - still got cuSTL algorithm ForEach Warnings for Lambda Calls from DeviceMemAssigner.hpp - Wextra activated but unused-parameter deactivated so far
- needs at least sm_20 to pass compile test (icc 12.1, cuda 5.5)
- a task per node means a MPI task
…arnings Re-Introduce -Wall, add -Wextra and fix all warnings
- SLURM Tutorial - picongpu.profile example - Module System: patch for Boost work around
…lurm-taurus Add new SLURM template for Taurus
add Debian/Ubuntu deb's for libSplash
- make_Functor.hpp: store references instead of values in argTuple - Tuple.hpp: add a contructor which accepts non-const references
- change every occurence of sm_13 to sm_20
…Lambda Fix/lambda - merged RIP sm_13
- (implemented) algorithm::host::Foreach can work on 1D and 2D containers now - (cleanup) Since sm_20 we can use also z-blocks > 1 in the CUDA grid, this patch simplifies the syntax for SphericMappers
- keep parallel hdf5 options to keep them during merge of parallel branch ("newer beats odler")
- add FieldTmp.def with definition of class FieldTmp and FieldTmpOperation - delete struct PhysField in Hdf5Writer.hpp - fix typo in FieldTmp.hpp
- use short notation description to descripe BOOST_PP commands - fix same wrong documentation
…PC/feature-forEache rewrite of algorithms::ForEach
…w function - move basisLib/vector/Vector.tpp to math/vector/Vector.tpp (trait definitions) - delete old folder basisLib - fix all dependencies - add specialization for float (C++98 standard) - add specialization for pow(vector,scalar) - add comments for better overview of specializations
- add specialisation for double (C++98 standard)
- delete HDINLINE in both constructors (there is no need device constuctor)
- add more useful log aliases
…PC/fix/warning_gameOfLife Fix ComputationalRadiationPhysics#53 host only SimulationBox
…PC/feature/math_pow close ComputationalRadiationPhysics#48: clean up code, add new math::pow function
- this->refCount has to be copied too
- LINK_DIRECTORIES causes problems on taurus and is NOT necessary at all http://cmake.org/cmake/help/v2.8.11/cmake.html#command:link_directories - general clean-up
- at least for mpiInfo, Bullxmpi tries to link against the deprecated MPI C++ Interfaces (whyyyyy?) - since it is hard to find what depencency resolves the same problem in PIConGPU, we add the same work-around here - another option: it would be possible to use the FindMPI deprecated var MPI_LIBRARIES instead, but we avoid that
- messages for splash and pngwriter not found - fix bug introduced with 8e4609e
…Info Fix/mpi info
- allows to simulate spheric shells / hollow cylinders
merge: gasSphereFlanks: add inner radius
…raitSplash Traits for splash types
- delete double usage of parameter pos_e.period - fix current bug
…PC/fix/currentCalculation Fix ComputationalRadiationPhysics#71 current calculation
wrong branch (master)... |
ax3l
added a commit
to ax3l/picongpu
that referenced
this pull request
Feb 17, 2015
…rsion_bump_2_1 bump version information to 2.0.1
ax3l
pushed a commit
to ax3l/picongpu
that referenced
this pull request
Jun 11, 2018
73fb269a8 release version 0.1.0 8dbfc7fd8 Merge pull request ComputationalRadiationPhysics#78 from psychocoderHPC/topic-alpakSubmoduleTag0.3.1 268f96b05 update alpaka submodule 7ca202984 Merge pull request ComputationalRadiationPhysics#77 from ax3l/doc-changelog010 cd5497cd2 Add RODARE Meta File b73100f73 Changelog 0.1.0 release 6b40539a0 Merge pull request ComputationalRadiationPhysics#76 from psychocoderHPC/fix-copyrightYear b85672949 fix copyright year 253c297d4 Merge pull request ComputationalRadiationPhysics#75 from psychocoderHPC/topic-noLicensePerFileInDoxygen da8df7cb8 Doxygen: Fix Headers f3cad02ee Merge pull request ComputationalRadiationPhysics#74 from psychocoderHPC/topic-addVersioningFile ab57a44bb add versioning file a07bae0d6 Merge pull request ComputationalRadiationPhysics#73 from psychocoderHPC/fix-streamAndEventIDCreation b7b98f8a8 fix id generation for events and streams git-subtree-dir: thirdParty/cupla git-subtree-split: 73fb269a8c080e613b0abe860f5d101ba1107e1d
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.
Fix cmake errors due to wrong string compare and close #73