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

Fix #73 pgi #74

Closed
wants to merge 76 commits into from
Closed

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Oct 2, 2013

Fix cmake errors due to wrong string compare and close #73

ax3l and others added 30 commits August 23, 2013 20:32
- 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
- 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
- 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
- (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")
psychocoderHPC and others added 25 commits September 17, 2013 19:18
- 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/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
- allows to simulate spheric shells / hollow cylinders
- delete double usage of parameter pos_e.period
- fix current bug
@ax3l
Copy link
Member Author

ax3l commented Oct 2, 2013

wrong branch (master)...

@ax3l ax3l closed this Oct 2, 2013
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
Labels
bug a bug in the project's code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix cmake compiler test
3 participants