-
Notifications
You must be signed in to change notification settings - Fork 3
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
Windows build failer #25
Comments
OlegJakushkin
added a commit
to OlegJakushkin/BLonD-minimal-cpp
that referenced
this issue
Jul 19, 2016
Merged
kiliakis
pushed a commit
that referenced
this issue
Jul 19, 2016
* [DOCS]: ReadMe update * [Windows]: Fixing [Windows build failer](#25) * [DOCS]: README.md bugfix
kiliakis
pushed a commit
that referenced
this issue
Jul 20, 2016
* [DOCS]: ReadMe update * [Windows]: Fixing [Windows build failer](#25) * [DOCS]: README.md bugfix * [WINDOWS]: fixing 'long long' Warning!!! "Acceleration is not possible" errors (gone from 50% unit test sucsess to 79%) The following tests FAILED: 4 - testFullRing (Failed) 6 - testInducedVoltage (Failed) 7 - testInducedVoltageFreq (Failed) 9 - testLHCFlatSpectrum (Failed) 23 - testTC5_Wake_impedance (Failed)
kiliakis
pushed a commit
that referenced
this issue
Jul 22, 2016
* [DOCS]: ReadMe update * [Windows]: Fixing [Windows build failer](#25) * [DOCS]: README.md bugfix * [WINDOWS]: fixing 'long long' Warning!!! "Acceleration is not possible" errors (gone from 50% unit test sucsess to 79%) The following tests FAILED: 4 - testFullRing (Failed) 6 - testInducedVoltage (Failed) 7 - testInducedVoltageFreq (Failed) 9 - testLHCFlatSpectrum (Failed) 23 - testTC5_Wake_impedance (Failed) * [Project]: Added cmake options for setting paths of data files for test and demo. Required for CLion IDE compilation from randomly named folders. Default "../demos/input_files" and "../unit-tests/references" * [Configuration]: debug options printer added * [MERGE]: tests fix * [Merge]: Code cleanup * [Merge]: update TEST_FILES use. * [Configuration]: added support for embedding demo and test reference data path's * [Merge]: minor bug fix
kiliakis
pushed a commit
that referenced
this issue
Aug 29, 2016
* [DOCS]: ReadMe update * [Windows]: Fixing [Windows build failer](#25) * [DOCS]: README.md bugfix * [WINDOWS]: fixing 'long long' Warning!!! "Acceleration is not possible" errors (gone from 50% unit test sucsess to 79%) The following tests FAILED: 4 - testFullRing (Failed) 6 - testInducedVoltage (Failed) 7 - testInducedVoltageFreq (Failed) 9 - testLHCFlatSpectrum (Failed) 23 - testTC5_Wake_impedance (Failed) * [Project]: Added cmake options for setting paths of data files for test and demo. Required for CLion IDE compilation from randomly named folders. Default "../demos/input_files" and "../unit-tests/references" * [Configuration]: debug options printer added * [MERGE]: tests fix * [Merge]: Code cleanup * [Merge]: update TEST_FILES use. * [Configuration]: added support for embedding demo and test reference data path's * [Merge]: minor bug fix * [Windows]: MinGW, OpenCL, boost.compute support Started documentation * [Documentation]: created benchmarks browser (html/js, 2d and 3d), described build and configuration process on Windows * [Windows]: Random number generator made similar to linux default * [Merge]: added changes from main brunch added pre optimization benchmarks showcasing OpenCL use * [CI]: OpenCL install * [CI]: Linux users now can provide sdk paths alike -DOPENCL_SDK_PATH=/usr/lib/x86_64-linux-gnu/ * [CI]: Minor bug fix * [CI]: minor fix * [CI]: minor fix * [Speed]: omega_RF indexes Added hybrilit pre-optemization release benchmarks * [Speed]: voltageVec and RfP->voltage transposition merge * [Speed]: dphiVec and RfP->phi_RF transposition merger * [Speed]: Updated benchmark data * [Benchmarks]: sinus result holder moved into iteration, specified arguments of TC1 benchmark * [Docs]: created stubs for planned content * [Speed]: Atomic histogram * [Speed] speed for TC1 on cpu final. x2.2 on i7. * [CI]: travis bug fix speed up HDD reads * [CI] minor CI boost compilation fix * [CI]: Travis OpenCL fixes * [Speed]: final CPU optimisation for TC1 * [Docs]: updated benchmark visualization * [Docs]: Benchmark visualization code and samples * [Docs]: added FAQ * [CI]: Fixing travis * [CI]: Fixing Travis * [CI]: Fixing TravisCI * [CI]: fixing AppVeyor * [Architecture]: Revert copy in kick * [CI]: fixing last unit-test * [CI]: fixing benchmarks build * [Benchmarks]: CPU and GPU examples added * [CI]: fixing appveyor * [CI]: appveyor.yml fix * [CI]: fixing appveyor OpenCl * [OpenCL]: made benchmark the only thing dependant on it * [CI]: fixed ifdefs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
and
andor
are not in C++.and
=>&&
and there are a lot of such errorsor
=>||
and there are a lot of such errorsclass API widget
andstruct API widget
instead ofclass widget
andstruct widget
for use of blond as shared library (note: do not write so for generic classes)The text was updated successfully, but these errors were encountered: