Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93794022
allocation.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Dec 1, 13:41
Size
446 B
Mime Type
text/x-c
Expires
Tue, Dec 3, 13:41 (2 d)
Engine
blob
Format
Raw Data
Handle
22703591
Attached To
R1448 Lenstool-HPC
allocation.hpp
View Options
#pragma once
#include <structure_hpc.hpp>
#include <grid_gradient_CPU.hpp>
//#include <gradient_avx.hpp>
//#ifdef __AVX512F__
//#include "gradient_avx512f.hpp"
//#endif
void
PotentialSOAAllocation
(
Potential_SOA
**
lens_SOA
,
const
int
nhalos
);
void
PotentialSODeallocation
(
Potential_SOA
*
lens_SOA
);
void
module_readParameters_PotentialSOA_local
(
std
::
string
infile
,
Potential_SOA
*
lens_SOA
,
int
nhalos
,
int
n_tot_halos
,
cosmo_param
cosmology
);
Event Timeline
Log In to Comment