import { defineConfig } from 'astro/config';
import node from '@astrojs/node';
// https://astro.build/config
export default defineConfig({
output: 'server',
adapter: node({
mode: 'standalone',
}),
});
='https://git.anshulg.com/ansg191/WarpX/atom/Python/pywarpx/Geometry.py?h=development' type='application/atom+xml'/>
Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from 7 to 6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
all particles are deposited.
|
|
|
|
|
|
In order to build with openPMD-api, we can rely on the installed
`pkg-config` (`.pc`) file provided in openPMD-api 0.9.0 or newer.
We also set an RPATH in the WarpX executable to avoid having to
load the shared depending library via `LD_LIBRARY_PATH` at runtime.
Further dependencies, if provided by spack, have an RPATH set by
default as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|