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 linker failure #372

Merged

Conversation

psychocoderHPC
Copy link
Member

if PMACC_VERBOSE=16777215 (HEX: 0xFFFFFF) than we get a linker error

src/libPMacc/include/debug/VerboseLog.hpp:106:
  undefined reference to
        std::basic_string<char, std::char_traits<char>, std::allocator<char> >
        PMacc::getLogName<PMacc::LogLvl<17ul, PMacc::PMaccVerbose> >
        (PMacc::LogLvl<17ul, PMacc::PMaccVerbose> const&)

@psychocoderHPC psychocoderHPC added this to the Open Beta milestone Apr 25, 2014
@psychocoderHPC psychocoderHPC changed the title fix linker failer fix linker failure Apr 25, 2014
@ax3l ax3l added libPMacc and removed core labels Apr 25, 2014
@ax3l
Copy link
Member

ax3l commented Apr 27, 2014

I think I need an other/better escape routine for the test clients' answers. I will fix that tomorrow and we can trigger the test again.

if PMACC_VERBOSE=16777215 (HEX: 0xFFFFFF) than we get a linker error

```
src/libPMacc/include/debug/VerboseLog.hpp:106:
  undefined reference to
        std::basic_string<char, std::char_traits<char>, std::allocator<char> >
        PMacc::getLogName<PMacc::LogLvl<17ul, PMacc::PMaccVerbose> >
        (PMacc::LogLvl<17ul, PMacc::PMaccVerbose> const&)
```
ax3l added a commit that referenced this pull request Apr 30, 2014
@ax3l ax3l merged commit 195f06c into ComputationalRadiationPhysics:dev Apr 30, 2014
ax3l pushed a commit to ax3l/picongpu that referenced this pull request Aug 16, 2017
90ae873b9 Merge pull request ComputationalRadiationPhysics#382 from BenjaminW3/topic-CMake-3_9_followup
aad3f6a5e add missing changes to alpaka_add_library
d421e9a20 Merge pull request ComputationalRadiationPhysics#381 from BenjaminW3/topic-cmake-3_9
71fc4e7ed support CMake 3.9.0
441032e7f Merge pull request ComputationalRadiationPhysics#378 from ax3l/fix-uninitMemberMemcpy
dea0bd0f4 Merge pull request ComputationalRadiationPhysics#379 from ax3l/fix-warningCudaBraces
8643a97f0 cudaMemcpy3DParams: Fix Uninit Members
182d1b64f Refactor: double-braces for std::array init
a22e42a42 CUDA: Missing Initializer Warning
ddb2993aa Merge pull request ComputationalRadiationPhysics#375 from BenjaminW3/topic-update-readme
cf311c6a5 remove boost.context from ReadMe requirements
e93d5ae49 Merge pull request ComputationalRadiationPhysics#374 from BenjaminW3/topic-remove-boost-atomic-dependency
fe898716f remove unused boost atomic dependency
7a66700f2 Merge pull request ComputationalRadiationPhysics#371 from BenjaminW3/topic-duplicate-CUDA_NVCC_FLAGS
2f902cd70 Merge pull request ComputationalRadiationPhysics#372 from ax3l/topic-cmakeOptionalNoWarning
3f95afa83 CMake Config: Optional Deps
83a1bf3e6 Merge pull request ComputationalRadiationPhysics#369 from BenjaminW3/topic-clean-up-assertions
a932c02d7 clean up CUDA_NVCC_FLAGS
9753ef6fa clean up assertions

git-subtree-dir: thirdParty/alpaka
git-subtree-split: 90ae873b9984071e64343995e7721bde6a13ba7f
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 component: PMacc in PMacc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants