aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/Langmuirwave.py
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2020-11-22 15:14:17 -0800
committerGravatar GitHub <noreply@github.com> 2020-11-22 15:14:17 -0800
commit95251950c86378675dbca15e64bdc98949b603cc (patch)
tree0d0f034b714eae66b569dcd30346afe0d5793cec /Python/pywarpx/Langmuirwave.py
parent72cebe5af26b6f13034e258bec1f67c3b5c9c680 (diff)
downloadWarpX-95251950c86378675dbca15e64bdc98949b603cc.tar.gz
WarpX-95251950c86378675dbca15e64bdc98949b603cc.tar.zst
WarpX-95251950c86378675dbca15e64bdc98949b603cc.zip
CI: Windows (#1521)
* CI: Windows Add an MSVC build to CI. * Windows: _USE_MATH_DEFINES Fix: ``` error C2065: 'M_PI': undeclared identifier ``` * Windows: no unistd.h fix: ``` fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory ``` * Injector: Trivially Copyable only GPU Only strictly required when we memcopy to accelerator devices. * Flex: never-interactive We don't use the interactive mode, so we can save some performance and address: ``` Parser\wp_parser.lex.cpp(1503,40): error C3861: 'isatty': identifier not found ``` Alternatively, we can include `<io.h>` on Windows. * MSVC: Vector<Long> != Vector<long> Fix return and assignment issues with `amrex::Long` != `long` in `amrex::Vector`. ``` Particles\MultiParticleContainer.cpp(438,13): error C2440: 'return': cannot convert from 'const amrex::Vector<amrex::Long,std::allocator<__int64>>' to 'amrex::Vector<long,std::allocator<long>>' Particles\MultiParticleContainer.cpp(452,94): error C2440: 'initializing': cannot convert from 'amrex::Vector<amrex::Long,std::allocator<__int64>>' to 'amrex::Vector<long,std::allocator<long>>' Particles\MultiParticleContainer.cpp(459,60): error C2665: 'amrex::ParallelDescriptor::ReduceLongSum': none of the 6 overloads could convert all the argument types Particles\WarpXParticleContainer.cpp(782,51): error C2665: 'amrex::ParallelDescriptor::ReduceLongSum': none of the 6 overloads could convert all the argument types ``` * Windows CI: Parallel Build
Diffstat (limited to 'Python/pywarpx/Langmuirwave.py')
0 files changed, 0 insertions, 0 deletions