aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithm.H
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2021-12-08 13:40:18 -0800
committerGravatar GitHub <noreply@github.com> 2021-12-08 21:40:18 +0000
commit6577874ae22634fee907fe9180080f7e6998afa1 (patch)
treede5c119d2c9ff8df8003c67b0432fc9fdef5d0a9 /Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithm.H
parentc76787d73c03f74f96e896a1cc351b26b4a9dcef (diff)
downloadWarpX-6577874ae22634fee907fe9180080f7e6998afa1.tar.gz
WarpX-6577874ae22634fee907fe9180080f7e6998afa1.tar.zst
WarpX-6577874ae22634fee907fe9180080f7e6998afa1.zip
C++17, CMake 3.17+ (#2300)
* C++17, CMake 3.17+ Update C++ requirements to compile with C++17 or newer. * Superbuild: C++17 in AMReX/PICSAR/openPMD-api * Summit: `cuda/11.0.3` -> `cuda/11.3.1` When compiling AMReX in C++17 on Summit, the `cuda/11.0.3` module (`nvcc 11.0.2211`) dies with: ``` ... Base/AMReX_TinyProfiler.cpp nvcc error : 'cicc' died due to signal 11 (Invalid memory reference) nvcc error : 'cicc' core dumped ``` Although this usually is a memory issue, it also appears in `-j1` compiles.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
value='jarred/land'>jarred/land Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-17Add test for "shuffle" function for lodashbun-v0.0.19Gravatar Jarred Sumner 3-0/+42
2021-09-17Update js_printer.zigGravatar Jarred Sumner 1-4/+3
2021-09-17Fix lexer bug with UTF-16 stringsGravatar Jarred Sumner 2-14/+18
2021-09-17Add test for tsx/ts fallback importsGravatar Jarred Sumner 7-0/+68
2021-09-17Update package.jsonGravatar Jarred Sumner 1-1/+1
2021-09-17Update launch.jsonGravatar Jarred Sumner 1-34/+61
2021-09-17Fix test makefileGravatar Jarred Sumner 6-9/+11
2021-09-17Update cjs-transform-shouldnt-have-static-imports-in-cjs-function.jsGravatar Jarred Sumner 1-0/+4
2021-09-17Exclude snapshots from searchGravatar Jarred Sumner 1-0/+10
2021-09-17Fix multiple imports to CJS modules when referencing via module_id hashGravatar Jarred Sumner 7-6/+111
2021-09-17Bump build IDGravatar Jarred Sumner 3-3/+3
2021-09-17Commit previosu bumpbun-v0.0.18Gravatar Jarred Sumner 2-2/+2
2021-09-17global -> globalThisGravatar Jarred Sumner 6-15/+65
2021-09-17Get bun ready for linux buildsGravatar Dov Alperin 5-8/+20
Adds: conditional builds in makefile Fixes: incorrect imports of 'JavaScriptCore.zig' (note the caps 's') replaces with correct import of 'JavascriptCore.zig'
2021-09-17Add puppeteer to package.jsonbun-v0.0.17Gravatar Jarred Sumner 1-1/+6
2021-09-17Little more clarify readmeGravatar Jarred Sumner 1-2/+4
2021-09-17Begin to add integration testsGravatar Jarred Sumner 21-1/+534
2021-09-17Fix bugs with ESM -> CJS when not bundledGravatar Jarred Sumner 7-147/+334
2021-09-16Do not attempt to HMR export {value} from, just assume it will be HMR'd (or not)Gravatar Jarred Sumner 1-10/+38
2021-09-16Update options.zigGravatar Jarred Sumner 1-1/+1
2021-09-16Fix export * as fromGravatar Jarred Sumner 1-1/+2
2021-09-16Add flag to dev server to disable HMRGravatar Jarred Sumner 5-1885/+2044
2021-09-16Help output should print command namesGravatar Jarred Sumner 1-5/+13
2021-09-16Fix symbol name for cjs2esmGravatar Jarred Sumner 1-0/+1
2021-09-16When port is in use, auto-increment port number up to 10 times and then bail ↵Gravatar Jarred Sumner 1-7/+43
if all 10 are in use
2021-09-16Always bold ^Gravatar Jarred Sumner 1-0/+2
2021-09-16Delete some dead codeGravatar Jarred Sumner 2-538/+0
2021-09-16Print absolute paths in log errors so that ctrl+click to open file in editor ↵Gravatar Jarred Sumner 1-1/+1
works (depending on terminal)
2021-09-16Colorize build/resolve errors and add a ^Gravatar Jarred Sumner 7-127/+210
2021-09-16Commit build idGravatar Jarred Sumner 3-3/+3
2021-09-16Automatically rewrite TS import paths from .jsx? -> .tsx? when .jsx? is not ↵bun-v0.0.16Gravatar Jarred Sumner 1-8/+10
found This was already partially implemented but it was returning filenames instead of absolute paths. This matches the behavior from https://github.com/microsoft/TypeScript/issues/4595.
2021-09-15write the versionGravatar Jarred Sumner 1-1/+1
2021-09-15Switch to 0.0.x instead of 0.0.0-x to fix the npm install issueGravatar Jarred Sumner 6-9/+11
2021-09-15Bump versionsbun-v0.0.15bun-v0.0.0-15Gravatar Jarred Sumner 2-2/+2
2021-09-15Bumpbun-v0.0.0-14Gravatar Jarred Sumner 1-1/+1
2021-09-15Fix require bug in runtime.jsGravatar Jarred Sumner 2-31/+10
2021-09-15Fix CJS symbol namesGravatar Jarred Sumner 1-11/+37
2021-09-15Remove most usages of anytype in js_ast.zigGravatar Jarred Sumner 4-72/+74
2021-09-15Fix crash in `bun bun`Gravatar Jarred Sumner 1-24/+26
2021-09-15woopsGravatar Jarred Sumner 4-6/+6
2021-09-15Bumpbun-v0.0.0-13Gravatar Jarred Sumner 5-10/+12