INFO: No output directory specified (--dir) INFO: Using directory: "Demonstration_20260814_143147" INFO: Regenerating c-file: Demonstration.c DEBUG: CMD: /users/willend/micromamba/envs/mcstas-dev/bin/mcstas -t -o ./Demonstration.c Demonstration.instr CFLAGS= -DFUNNEL WARNING: The parameter format of Al_powder is initialized using a static {,,,} vector. -> Such static vectors support literal numbers ONLY. -> Any vector use of variables or defines must happen via a DECLARE/INITIALIZE pointer. ----------------------------------------------------------- Generating single GPU kernel or single CPU section layout: ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: Component test_sample is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. -> CPU section from component test_sample -> GPU kernel from component detector_position ----------------------------------------------------------- DEBUG: CMD: /users/willend/micromamba/envs/mcstas-dev/bin/mcstas finished INFO: Recompiling: ./Demonstration.out DEBUG: CMD: nvc -o ./Demonstration.out ./Demonstration.c -lm -fast -Minfo=accel -acc=gpu -gpu=mem:managed -DOPENACC -DFUNNEL "./Demonstration.c", line 93: warning: Routine "mcgenstate" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] _class_particle mcgenstate(void); ^ Remark: individual warnings can be suppressed with "--diag_suppress " "./Demonstration.c", line 95: warning: Routine "mcsetstate" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] _class_particle mcsetstate(double x, double y, double z, double vx, double vy, double vz, ^ "./Demonstration.c", line 98: warning: Routine "mcgetstate" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] _class_particle mcgetstate(_class_particle mcneutron, double *x, double *y, double *z, ^ "./Demonstration.c", line 112: warning: Routine "particle_getvar" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double particle_getvar(_class_particle *p, char *name, int *suc); ^ "./Demonstration.c", line 116: warning: Routine "str_comp" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int str_comp(char *str1, char *str2); ^ "./Demonstration.c", line 148: warning: Routine "particle_getvar_void" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void* particle_getvar_void(_class_particle *p, char *name, int *suc); ^ "./Demonstration.c", line 116: warning: Routine "str_comp" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int str_comp(char *str1, char *str2); ^ "./Demonstration.c", line 181: warning: Routine "particle_setvar_void" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int particle_setvar_void(_class_particle *, char *, void*); ^ "./Demonstration.c", line 207: warning: Routine "particle_setvar_void_array" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int particle_setvar_void_array(_class_particle *, char *, void*, int); ^ "./Demonstration.c", line 218: warning: Routine "particle_restore" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void particle_restore(_class_particle *p, _class_particle *p0); ^ "./Demonstration.c", line 229: warning: Routine "particle_getuservar_byid" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double particle_getuservar_byid(_class_particle *p, int id, int *suc){ ^ "./Demonstration.c", line 243: warning: Routine "particle_uservar_init" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void particle_uservar_init(_class_particle *p){ ^ "./Demonstration.c", line 314: warning: Routine "noprintf" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int noprintf(); ^ "./Demonstration.c", line 316: warning: Routine "str_len" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] size_t str_len(const char *s); ^ "./Demonstration.c", line 667: warning: Routine "mcget_ncount" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] unsigned long long int mcget_ncount(void); /* wrapper to set mcncount */ ^ "./Demonstration.c", line 890: warning: Routine "_randnorm2" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double _randnorm2(randstate_t* state); ^ "./Demonstration.c", line 907: warning: Routine "kiss_srandom" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] uint64_t *kiss_srandom(uint64_t state[7], uint64_t seed); ^ "./Demonstration.c", line 909: warning: Routine "kiss_random" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] uint64_t kiss_random(uint64_t state[7]); ^ "./Demonstration.c", line 917: warning: Routine "_rand01" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double _rand01(randstate_t* state); ^ "./Demonstration.c", line 919: warning: Routine "_randpm1" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double _randpm1(randstate_t* state); ^ "./Demonstration.c", line 921: warning: Routine "_rand0max" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double _rand0max(double max, randstate_t* state); ^ "./Demonstration.c", line 923: warning: Routine "_randminmax" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double _randminmax(double min, double max, randstate_t* state); ^ "./Demonstration.c", line 925: warning: Routine "_randtriangle" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double _randtriangle(randstate_t* state); ^ "./Demonstration.c", line 928: warning: Routine "_rand01_opague" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double _rand01_opague(void* state); ^ "./Demonstration.c", line 1024: warning: Routine "coords_set" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] Coords coords_set(MCNUM x, MCNUM y, MCNUM z); ^ "./Demonstration.c", line 1026: warning: Routine "coords_get" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] Coords coords_get(Coords a, MCNUM *x, MCNUM *y, MCNUM *z); ^ "./Demonstration.c", line 1028: warning: Routine "coords_add" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] Coords coords_add(Coords a, Coords b); ^ "./Demonstration.c", line 1030: warning: Routine "coords_sub" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] Coords coords_sub(Coords a, Coords b); ^ "./Demonstration.c", line 1032: warning: Routine "coords_neg" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] Coords coords_neg(Coords a); ^ "./Demonstration.c", line 1034: warning: Routine "coords_scale" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] Coords coords_scale(Coords b, double scale); ^ "./Demonstration.c", line 1036: warning: Routine "coords_sp" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double coords_sp(Coords a, Coords b); ^ "./Demonstration.c", line 1038: warning: Routine "coords_xp" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] Coords coords_xp(Coords b, Coords c); ^ "./Demonstration.c", line 1040: warning: Routine "coords_len" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double coords_len(Coords a); ^ "./Demonstration.c", line 4222: warning: variable "exists" was set but never used [set_but_not_used] int exists=0; ^ "./Demonstration.c", line 4680: warning: variable "num" was declared but never referenced [declared_but_not_referenced] int num = 3; ^ "./Demonstration.c", line 5135: warning: variable "randstate" was declared but never referenced [declared_but_not_referenced] randstate_t randstate[7]; ^ "./Demonstration.c", line 5054: warning: variable "newlen" was declared but never referenced [declared_but_not_referenced] long newlen = 0; ^ "./Demonstration.c", line 6396: warning: variable "status" was set but never used [set_but_not_used] int status; ^ "./Demonstration.c", line 8786: warning: variable "output" was declared but never referenced [declared_but_not_referenced] struct tagging_tree_node_struct *output; ^ "./Demonstration.c", line 9340: warning: variable "permanent_list_length" was declared but never referenced [declared_but_not_referenced] int volume_index,iterate,permanent_list_length = 0; ^ "./Demonstration.c", line 9363: warning: variable "geometry_output" was set but never used [set_but_not_used] int geometry_output; ^ "./Demonstration.c", line 9880: warning: variable "x_vector" was declared but never referenced [declared_but_not_referenced] Coords x_vector = geometry->geometry_parameters.p_box_storage->x_vector; ^ "./Demonstration.c", line 9881: warning: variable "y_vector" was declared but never referenced [declared_but_not_referenced] Coords y_vector = geometry->geometry_parameters.p_box_storage->y_vector; ^ "./Demonstration.c", line 9882: warning: variable "z_vector" was declared but never referenced [declared_but_not_referenced] Coords z_vector = geometry->geometry_parameters.p_box_storage->z_vector; ^ "./Demonstration.c", line 10104: warning: variable "center" was declared but never referenced [declared_but_not_referenced] Coords center = geometry->center; ^ "./Demonstration.c", line 10160: warning: variable "rotated_nx" was declared but never referenced [declared_but_not_referenced] double rotated_nx, rotated_ny, rotated_nz; ^ "./Demonstration.c", line 10160: warning: variable "rotated_ny" was declared but never referenced [declared_but_not_referenced] double rotated_nx, rotated_ny, rotated_nz; ^ "./Demonstration.c", line 10160: warning: variable "rotated_nz" was declared but never referenced [declared_but_not_referenced] double rotated_nx, rotated_ny, rotated_nz; ^ "./Demonstration.c", line 10381: warning: variable "output" was set but never used [set_but_not_used] int output = 0; ^ "./Demonstration.c", line 10664: warning: variable "radius_top" was declared but never referenced [declared_but_not_referenced] double radius_top = geometry->geometry_parameters.p_cone_storage->cone_radius_top; ^ "./Demonstration.c", line 10665: warning: variable "radius_bottom" was declared but never referenced [declared_but_not_referenced] double radius_bottom = geometry->geometry_parameters.p_cone_storage->cone_radius_bottom; ^ "./Demonstration.c", line 10742: warning: statement is unreachable [code_is_unreachable] return 0; ^ "./Demonstration.c", line 10835: warning: variable "i" was declared but never referenced [declared_but_not_referenced] int i; ^ "./Demonstration.c", line 10865: warning: variable "output" was set but never used [set_but_not_used] int output = 0; ^ "./Demonstration.c", line 11114: warning: variable "rotated_coordinates" was declared but never referenced [declared_but_not_referenced] Coords rotated_coordinates; ^ "./Demonstration.c", line 11280: warning: variable "y" was set but never used [set_but_not_used] double x, y, z, dt; ^ "./Demonstration.c", line 11335: warning: variable "seperated" was declared but never referenced [declared_but_not_referenced] int seperated = 0; ^ "./Demonstration.c", line 11412: warning: variable "seperated" was declared but never referenced [declared_but_not_referenced] int seperated = 0; ^ "./Demonstration.c", line 11623: warning: variable "seperated" was declared but never referenced [declared_but_not_referenced] int seperated = 0; ^ "./Demonstration.c", line 11721: warning: variable "solutions" was declared but never referenced [declared_but_not_referenced] int iterate,number_of_solutions,solutions,number_of_positions = 30; ^ "./Demonstration.c", line 11912: warning: variable "seperated" was declared but never referenced [declared_but_not_referenced] int seperated = 0; ^ "./Demonstration.c", line 12110: warning: variable "Y" was declared but never referenced [declared_but_not_referenced] double Y; ^ "./Demonstration.c", line 12111: warning: variable "max_r" was declared but never referenced [declared_but_not_referenced] double max_r; ^ "./Demonstration.c", line 12320: warning: variable "verts" was declared but never referenced [declared_but_not_referenced] Coords *verts = geometry1->geometry_parameters.p_mesh_storage->vertices; ^ "./Demonstration.c", line 12345: warning: variable "verts" was declared but never referenced [declared_but_not_referenced] Coords *verts = geometry2->geometry_parameters.p_mesh_storage->vertices; ^ "./Demonstration.c", line 12736: warning: variable "Y" was declared but never referenced [declared_but_not_referenced] double Y; ^ "./Demonstration.c", line 12737: warning: variable "max_r" was declared but never referenced [declared_but_not_referenced] double max_r; ^ "./Demonstration.c", line 12996: warning: variable "is_rectangle" was declared but never referenced [declared_but_not_referenced] int is_rectangle = geometry_box->geometry_parameters.p_box_storage->is_rectangle; ^ "./Demonstration.c", line 13001: warning: variable "y_height2" was declared but never referenced [declared_but_not_referenced] double y_height2 = geometry_box->geometry_parameters.p_box_storage->y_height2; ^ "./Demonstration.c", line 13002: warning: variable "x_vector" was declared but never referenced [declared_but_not_referenced] Coords x_vector = geometry_box->geometry_parameters.p_box_storage->x_vector; ^ "./Demonstration.c", line 13003: warning: variable "y_vector" was declared but never referenced [declared_but_not_referenced] Coords y_vector = geometry_box->geometry_parameters.p_box_storage->y_vector; ^ "./Demonstration.c", line 13010: warning: variable "Y" was declared but never referenced [declared_but_not_referenced] double Y; ^ "./Demonstration.c", line 13011: warning: variable "max_r" was declared but never referenced [declared_but_not_referenced] double max_r; ^ "./Demonstration.c", line 13134: warning: variable "square_offset" was declared but never referenced [declared_but_not_referenced] double square_offset; ^ "./Demonstration.c", line 13428: warning: variable "debug_dist" was set but never used [set_but_not_used] double debug_dist; ^ "./Demonstration.c", line 13494: warning: variable "seperated" was declared but never referenced [declared_but_not_referenced] int seperated = 0; ^ "./Demonstration.c", line 13681: warning: variable "temp_pointer" was declared but never referenced [declared_but_not_referenced] int *temp_pointer; ^ "./Demonstration.c", line 13684: warning: variable "mask_global_index" was declared but never referenced [declared_but_not_referenced] int this_mask_status,mask_index,mask_global_index; ^ "./Demonstration.c", line 13827: warning: variable "temp_pointer" was declared but never referenced [declared_but_not_referenced] int *temp_pointer; ^ "./Demonstration.c", line 13830: warning: variable "mask_global_index" was declared but never referenced [declared_but_not_referenced] int this_mask_status,mask_index,mask_global_index; ^ "./Demonstration.c", line 14805: warning: variable "found_index" was declared but never referenced [declared_but_not_referenced] int mask_index,mask_mode,found_index,logic_ALL; ^ "./Demonstration.c", line 14708: warning: variable "mask_index" was declared but never referenced [declared_but_not_referenced] int volume_index,mask_volume_number,mask_index; ^ "./Demonstration.c", line 15027: warning: variable "mask_index" was declared but never referenced [declared_but_not_referenced] int volume_index,iterate,parent,mask_index,masked_volume_index,ANY_logic,true_parent_volume_number; ^ "./Demonstration.c", line 15221: warning: variable "found_index" was declared but never referenced [declared_but_not_referenced] int volume_index,iterate,iterate2,found_index,I_index,I_volume; ^ "./Demonstration.c", line 15364: warning: variable "string_output" was declared but never referenced [declared_but_not_referenced] char string_output[124]; ^ "./Demonstration.c", line 15767: warning: variable "mask_index" was declared but never referenced [declared_but_not_referenced] int volume_index,iterate,mask_index; ^ "./Demonstration.c", line 16585: warning: Routine "Table_Index" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double Table_Index(t_Table Table, long i, long j); /* get indexed value */ ^ "./Demonstration.c", line 16587: warning: Routine "Table_Value" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double Table_Value(t_Table Table, double X, long j); /* search X in 1st column and return interpolated value in j-column */ ^ "./Demonstration.c", line 16594: warning: Routine "Table_Value2d" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double Table_Value2d(t_Table Table, double X, double Y); /* same as Table_Index with non-integer indices and 2d interpolation */ ^ "./Demonstration.c", line 16614: warning: Routine "Table_Interp1d" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double Table_Interp1d(double x, double x1, double y1, double x2, double y2); ^ "./Demonstration.c", line 16616: warning: Routine "Table_Interp1d_nearest" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double Table_Interp1d_nearest(double x, double x1, double y1, double x2, double y2); ^ "./Demonstration.c", line 16618: warning: Routine "Table_Interp2d" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double Table_Interp2d(double x, double y, double x1, double y1, double x2, double y2, ^ "./Demonstration.c", line 18175: warning: Routine "off_intersect_all" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int off_intersect_all(double* t0, double* t3, ^ "./Demonstration.c", line 18198: warning: Routine "off_intersect" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int off_intersect(double* t0, double* t3, ^ "./Demonstration.c", line 18219: warning: Routine "off_x_intersect" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int off_x_intersect(double *l0,double *l3, ^ "./Demonstration.c", line 18306: warning: Routine "off_F" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double off_F(double x, double y,double z,double A,double B,double C,double D) { ^ "./Demonstration.c", line 18311: warning: Routine "off_sign" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] char off_sign(double a) { ^ "./Demonstration.c", line 18320: warning: Routine "off_normal" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void off_normal(Coords* n, polygon p) ^ "./Demonstration.c", line 18346: warning: Routine "off_pnpoly" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int off_pnpoly(polygon p, Coords v) ^ "./Demonstration.c", line 18349: warning: variable "minx" was declared but never referenced [declared_but_not_referenced] MCNUM minx=FLT_MAX,maxx=-FLT_MAX,miny=FLT_MAX,maxy=-FLT_MAX,minz=FLT_MAX,maxz=-FLT_MAX; ^ "./Demonstration.c", line 18349: warning: variable "maxx" was declared but never referenced [declared_but_not_referenced] MCNUM minx=FLT_MAX,maxx=-FLT_MAX,miny=FLT_MAX,maxy=-FLT_MAX,minz=FLT_MAX,maxz=-FLT_MAX; ^ "./Demonstration.c", line 18349: warning: variable "miny" was declared but never referenced [declared_but_not_referenced] MCNUM minx=FLT_MAX,maxx=-FLT_MAX,miny=FLT_MAX,maxy=-FLT_MAX,minz=FLT_MAX,maxz=-FLT_MAX; ^ "./Demonstration.c", line 18349: warning: variable "maxy" was declared but never referenced [declared_but_not_referenced] MCNUM minx=FLT_MAX,maxx=-FLT_MAX,miny=FLT_MAX,maxy=-FLT_MAX,minz=FLT_MAX,maxz=-FLT_MAX; ^ "./Demonstration.c", line 18349: warning: variable "minz" was declared but never referenced [declared_but_not_referenced] MCNUM minx=FLT_MAX,maxx=-FLT_MAX,miny=FLT_MAX,maxy=-FLT_MAX,minz=FLT_MAX,maxz=-FLT_MAX; ^ "./Demonstration.c", line 18349: warning: variable "maxz" was declared but never referenced [declared_but_not_referenced] MCNUM minx=FLT_MAX,maxx=-FLT_MAX,miny=FLT_MAX,maxy=-FLT_MAX,minz=FLT_MAX,maxz=-FLT_MAX; ^ "./Demonstration.c", line 18409: warning: Routine "off_intersectPoly" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int off_intersectPoly(intersection *inter, Coords a, Coords b, polygon p) ^ "./Demonstration.c", line 18539: warning: Routine "off_init_planes" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void off_init_planes(Coords a, Coords b, ^ "./Demonstration.c", line 18583: warning: Routine "off_clip_3D_mod" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int off_clip_3D_mod(intersection* t, Coords a, Coords b, ^ "./Demonstration.c", line 18704: warning: variable "plane_Eq" was declared but never referenced [declared_but_not_referenced] double plane_Eq [4]; ^ "./Demonstration.c", line 18816: warning: Routine "off_compare" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int off_compare (void const *a, void const *b) ^ "./Demonstration.c", line 18828: warning: Routine "off_cleanDouble" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int off_cleanDouble(intersection* t, int* t_size) ^ "./Demonstration.c", line 18863: warning: Routine "off_cleanInOut" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int off_cleanInOut(intersection* t, int* t_size) ^ "./Demonstration.c", line 19119: warning: Routine "Min_int" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int Min_int(int x, int y) { ^ "./Demonstration.c", line 19125: warning: Routine "merge" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void merge(intersection *arr, int l, int m, int r) ^ "./Demonstration.c", line 19957: warning: variable "line_v" was declared but never referenced [declared_but_not_referenced] int line_v, line0, line; ^ "./Demonstration.c", line 20631: warning: Routine "Monitor_nD_Trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int Monitor_nD_Trace(MonitornD_Defines_type *, MonitornD_Variables_type *, _class_particle* _particle); ^ "./Demonstration.c", line 22793: warning: variable "dt" was set but never used [set_but_not_used] double dt, dy; ^ "./Demonstration.c", line 22793: warning: variable "dy" was set but never used [set_but_not_used] double dt, dy; ^ "./Demonstration.c", line 22820: warning: variable "dx" was set but never used [set_but_not_used] double dx, dy; ^ "./Demonstration.c", line 22820: warning: variable "dy" was set but never used [set_but_not_used] double dx, dy; ^ "./Demonstration.c", line 23021: warning: variable "choice" was declared but never referenced [declared_but_not_referenced] enum surface choice = surface->eSurface; ^ "./Demonstration.c", line 24021: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 24017: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 1; ^ "./Demonstration.c", line 24077: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 24062: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 2; ^ "./Demonstration.c", line 24144: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 24125: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 3; ^ "./Demonstration.c", line 24208: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 24193: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 4; ^ "./Demonstration.c", line 24289: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 24256: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 5; ^ "./Demonstration.c", line 24363: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 24344: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 6; ^ "./Demonstration.c", line 24427: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 24412: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 7; ^ "./Demonstration.c", line 24508: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 24475: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 8; ^ "./Demonstration.c", line 24582: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 24563: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 9; ^ "./Demonstration.c", line 24646: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 24631: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 10; ^ "./Demonstration.c", line 24727: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 24694: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 11; ^ "./Demonstration.c", line 24797: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 24782: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 12; ^ "./Demonstration.c", line 24878: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 24845: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 13; ^ "./Demonstration.c", line 24952: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 24933: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 14; ^ "./Demonstration.c", line 25016: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 25001: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 15; ^ "./Demonstration.c", line 25097: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 25064: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 16; ^ "./Demonstration.c", line 25171: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 25152: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 17; ^ "./Demonstration.c", line 25235: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 25220: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 18; ^ "./Demonstration.c", line 25316: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 25283: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 19; ^ "./Demonstration.c", line 25390: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 25371: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 20; ^ "./Demonstration.c", line 25451: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 25439: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 21; ^ "./Demonstration.c", line 25496: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 22; ^ "./Demonstration.c", line 25567: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 23; ^ "./Demonstration.c", line 25616: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 24; ^ "./Demonstration.c", line 25665: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 25; ^ "./Demonstration.c", line 25770: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 26; ^ "./Demonstration.c", line 25875: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 27; ^ "./Demonstration.c", line 25980: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 28; ^ "./Demonstration.c", line 26085: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 29; ^ "./Demonstration.c", line 26190: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 30; ^ "./Demonstration.c", line 26295: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 31; ^ "./Demonstration.c", line 26400: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 32; ^ "./Demonstration.c", line 26505: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 33; ^ "./Demonstration.c", line 26610: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 34; ^ "./Demonstration.c", line 26659: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 35; ^ "./Demonstration.c", line 26764: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 36; ^ "./Demonstration.c", line 26869: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 37; ^ "./Demonstration.c", line 26974: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 38; ^ "./Demonstration.c", line 27079: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 39; ^ "./Demonstration.c", line 27184: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 40; ^ "./Demonstration.c", line 27289: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 41; ^ "./Demonstration.c", line 27394: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 42; ^ "./Demonstration.c", line 27499: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 43; ^ "./Demonstration.c", line 27604: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 44; ^ "./Demonstration.c", line 27721: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 45; ^ "./Demonstration.c", line 27838: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 46; ^ "./Demonstration.c", line 27955: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 47; ^ "./Demonstration.c", line 28072: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 48; ^ "./Demonstration.c", line 28189: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 49; ^ "./Demonstration.c", line 28306: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 50; ^ "./Demonstration.c", line 28423: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 51; ^ "./Demonstration.c", line 28540: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 52; ^ "./Demonstration.c", line 28645: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 53; ^ "./Demonstration.c", line 28750: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 54; ^ "./Demonstration.c", line 28855: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 55; ^ "./Demonstration.c", line 28960: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 56; ^ "./Demonstration.c", line 29065: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 57; ^ "./Demonstration.c", line 29170: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 58; ^ "./Demonstration.c", line 29275: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 59; ^ "./Demonstration.c", line 29380: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 60; ^ "./Demonstration.c", line 29485: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 61; ^ "./Demonstration.c", line 29590: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 62; ^ "./Demonstration.c", line 29695: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 63; ^ "./Demonstration.c", line 29800: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 64; ^ "./Demonstration.c", line 29878: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 65; ^ "./Demonstration.c", line 29927: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 66; ^ "./Demonstration.c", line 29993: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 67; ^ "./Demonstration.c", line 30191: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 68; ^ "./Demonstration.c", line 30267: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 69; ^ "./Demonstration.c", line 30343: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 70; ^ "./Demonstration.c", line 30392: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 71; ^ "./Demonstration.c", line 30461: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Demonstration.c", line 30458: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 72; ^ "./Demonstration.c", line 33604: warning: Routine "class_Progress_bar_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_Progress_bar_trace(_class_Progress_bar *_comp ^ "./Demonstration.c", line 33683: warning: Routine "class_Source_div_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_Source_div_trace(_class_Source_div *_comp ^ "./Demonstration.c", line 33781: warning: Routine "class_Arm_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_Arm_trace(_class_Arm *_comp ^ "./Demonstration.c", line 34536: warning: variable "physics_output" was set but never used [set_but_not_used] int physics_output; ^ "./Demonstration.c", line 35621: warning: variable "q_qc_quadratic_diff" was declared but never referenced [declared_but_not_referenced] double q_qc_quadratic_diff; ^ "./Demonstration.c", line 35653: warning: variable "theta2" was set but never used [set_but_not_used] double theta1, theta2; ^ "./Demonstration.c", line 33990: warning: variable "start_weight" was set but never used [set_but_not_used] double start_weight; ^ "./Demonstration.c", line 33995: warning: variable "sampling_mus" was declared but never referenced [declared_but_not_referenced] double* sampling_mus; ^ "./Demonstration.c", line 36215: warning: Routine "class_PSD_monitor_4PI_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_PSD_monitor_4PI_trace(_class_PSD_monitor_4PI *_comp ^ "./Demonstration.c", line 36292: warning: Routine "class_Monitor_nD_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_Monitor_nD_trace(_class_Monitor_nD *_comp ^ "./Demonstration.c", line 36576: warning: Routine "class_PSD_monitor_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_PSD_monitor_trace(_class_PSD_monitor *_comp ^ "./Demonstration.c", line 40374: warning: variable "t" was declared but never referenced [declared_but_not_referenced] time_t t; ^ "./Demonstration.c", line 40375: warning: variable "ct" was set but never used [set_but_not_used] clock_t ct; ^ "./Demonstration.c", line 1543: warning: variable "mcstartdate" was set but never used [set_but_not_used] static long mcstartdate = 0; /* start simulation time */ ^ "./Demonstration.c", line 3017: warning: function "strcpy_valid" was declared but never referenced [declared_but_not_referenced] static char *strcpy_valid(char *valid, char *original) ^ mcgenstate: 105, Generating acc routine seq Generating NVIDIA GPU code particle_getvar: 119, Generating acc routine seq Generating NVIDIA GPU code particle_getvar_void: 155, Generating acc routine seq Generating NVIDIA GPU code particle_setvar_void: 183, Generating acc routine seq Generating NVIDIA GPU code particle_setvar_void_array: 209, Generating acc routine seq Generating NVIDIA GPU code particle_restore: 220, Generating acc routine seq Generating NVIDIA GPU code particle_getuservar_byid: 229, Generating acc routine seq Generating NVIDIA GPU code particle_uservar_init: 243, Generating acc routine seq Generating NVIDIA GPU code noprintf: 1592, Generating acc routine seq Generating NVIDIA GPU code str_comp: 1596, Generating acc routine seq Generating NVIDIA GPU code str_len: 1605, Generating acc routine seq Generating NVIDIA GPU code mcget_ncount: 4298, Generating acc routine seq Generating NVIDIA GPU code coords_set: 4732, Generating acc routine seq Generating NVIDIA GPU code coords_get: 4743, Generating acc routine seq Generating NVIDIA GPU code coords_add: 4752, Generating acc routine seq Generating NVIDIA GPU code coords_sub: 4764, Generating acc routine seq Generating NVIDIA GPU code coords_neg: 4776, Generating acc routine seq Generating NVIDIA GPU code coords_scale: 4786, Generating acc routine seq Generating NVIDIA GPU code coords_sp: 4796, Generating acc routine seq Generating NVIDIA GPU code coords_xp: 4804, Generating acc routine seq Generating NVIDIA GPU code coords_len: 4814, Generating acc routine seq Generating NVIDIA GPU code coords_print: 4836, Generating acc routine seq Generating NVIDIA GPU code coords_norm: 4843, Generating acc routine seq Generating NVIDIA GPU code rot_set_rotation: 4889, Generating acc routine seq Generating NVIDIA GPU code rot_test_identity: 4924, Generating acc routine seq Generating NVIDIA GPU code rot_mul: 4935, Generating acc routine seq Generating NVIDIA GPU code rot_copy: 4952, Generating acc routine seq Generating NVIDIA GPU code rot_transpose: 4963, Generating acc routine seq Generating NVIDIA GPU code rot_apply: 4979, Generating acc routine seq Generating NVIDIA GPU code vec_prod_func: 5008, Generating acc routine seq Generating NVIDIA GPU code scalar_prod: 5019, Generating acc routine seq Generating NVIDIA GPU code norm_func: 5023, Generating acc routine seq Generating NVIDIA GPU code sort_absorb_last: 5058, Generating present(particles[:buffer_len],pbuffer[:buffer_len]) Generating implicit firstprivate(tidx) Generating NVIDIA GPU code 5065, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 5074, #pragma acc loop seq 5058, Generating implicit copy(lens[:]) [if not already present] 5065, Generating implicit firstprivate(ll,l) 5076, Accelerator restriction: induction variable live-out from loop: i 5077, Accelerator restriction: induction variable live-out from loop: i 5078, Accelerator restriction: induction variable live-out from loop: i 5079, Accelerator restriction: induction variable live-out from loop: i 5081, Accelerator restriction: induction variable live-out from loop: j 5082, Accelerator restriction: induction variable live-out from loop: j 5083, Accelerator restriction: induction variable live-out from loop: j 5084, Accelerator restriction: induction variable live-out from loop: j 5106, Generating present(pbuffer[:buffer_len]) Generating implicit firstprivate(tidx) Generating NVIDIA GPU code 5110, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 5113, #pragma acc loop seq 5106, Generating implicit copyin(lens[:]) [if not already present] Generating implicit copy(particles[:]) [if not already present] Generating implicit copyin(los[:]) [if not already present] 5113, Generating implicit firstprivate(l) 5130, Generating present(particles[:buffer_len]) Generating implicit firstprivate(accumlen,tidx,mult) Generating NVIDIA GPU code 5134, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 5141, #pragma acc loop seq 5130, Local memory used for targetbuffer,sourcebuffer mccoordschange: 5200, Generating acc routine seq Generating NVIDIA GPU code mccoordschange_polarisation: 5231, Generating acc routine seq Generating NVIDIA GPU code normal_vec: 5248, Generating acc routine seq Generating NVIDIA GPU code solve_2nd_order: 5347, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_circle: 5431, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_rect_angular: 5497, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_rect_real: 5574, Generating acc routine seq Generating NVIDIA GPU code kiss_srandom: 5846, Generating acc routine seq Generating NVIDIA GPU code kiss_random: 5858, Generating acc routine seq Generating NVIDIA GPU code _hash: 5890, Generating acc routine seq Generating NVIDIA GPU code _randnorm2: 5931, Generating acc routine seq Generating NVIDIA GPU code _randtriangle: 5942, Generating acc routine seq Generating NVIDIA GPU code _rand01: 5947, Generating acc routine seq Generating NVIDIA GPU code _rand01_opague: 5954, Generating acc routine seq Generating NVIDIA GPU code _randpm1: 5965, Generating acc routine seq Generating NVIDIA GPU code _rand0max: 5973, Generating acc routine seq Generating NVIDIA GPU code _randminmax: 5980, Generating acc routine seq Generating NVIDIA GPU code mcsetstate: 6665, Generating acc routine seq Generating NVIDIA GPU code mcgetstate: 6705, Generating acc routine seq Generating NVIDIA GPU code inside_rectangle: 6779, Generating acc routine seq Generating NVIDIA GPU code box_intersect: 6796, Generating acc routine seq Generating NVIDIA GPU code cylinder_intersect: 6911, Generating acc routine seq Generating NVIDIA GPU code sphere_intersect: 6966, Generating acc routine seq Generating NVIDIA GPU code Table_Index: 17395, Generating acc routine seq Generating NVIDIA GPU code Table_Value: 17463, Generating acc routine seq Generating NVIDIA GPU code Table_Value2d: 17542, Generating acc routine seq Generating NVIDIA GPU code Table_Interp1d: 18010, Generating acc routine seq Generating NVIDIA GPU code Table_Interp1d_nearest: 18026, Generating acc routine seq Generating NVIDIA GPU code Table_Interp2d: 18044, Generating acc routine seq Generating NVIDIA GPU code off_F: 18306, Generating acc routine seq Generating NVIDIA GPU code off_sign: 18311, Generating acc routine seq Generating NVIDIA GPU code off_normal: 18321, Generating acc routine seq Generating NVIDIA GPU code off_pnpoly: 18347, Generating acc routine seq Generating NVIDIA GPU code off_intersectPoly: 18410, Generating acc routine seq Generating NVIDIA GPU code off_init_planes: 18541, Generating acc routine seq Generating NVIDIA GPU code off_clip_3D_mod: 18586, Generating acc routine seq Generating NVIDIA GPU code off_clip_3D_mod_grav: 18701, Generating acc routine seq Generating NVIDIA GPU code off_compare: 18817, Generating acc routine seq Generating NVIDIA GPU code off_cleanDouble: 18829, Generating acc routine seq Generating NVIDIA GPU code off_cleanInOut: 18864, Generating acc routine seq Generating NVIDIA GPU code Min_int: 19119, Generating acc routine seq Generating NVIDIA GPU code merge: 19126, Generating acc routine seq Generating NVIDIA GPU code CUDA global memory used for L,R p_to_quadratic: 19234, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code quadraticSolve: 19249, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code off_intersect_all: 19303, Generating acc routine seq Generating NVIDIA GPU code off_intersect: 19420, Generating acc routine seq Generating NVIDIA GPU code off_x_intersect: 19442, Generating acc routine seq Generating NVIDIA GPU code Monitor_nD_Trace: 21769, Generating acc routine seq Generating NVIDIA GPU code init: 33562, Generating update device(_drum_center_var,_Cu_var,_Vanadium_incoherent_var,_Ag_powder_var,_Al_incoherent_var,_Al_powder_var,_Cs_var,_Cu_incoherent_var,_Cu_powder_var,_Ag_incoherent_var,_Au_Ag_mix_var,_Au_incoherent_var,_Al_var,_Banana_monitor_var,_Cd_incoherent_var,_Cd_powder_var,_Cd_var,_Cs_incoherent_var,_Cs_powder_var,_Vanadium_var,_screen_var,_arm_1_var,_detector_var,_cryostat_drum_walls_var,_cryostat_drum_vacuum_var,_beam_center_var,_outer_cryostat_vacuum_var,_m4pi_var,_inner_cryostat_vacuum_var,_init_var,_sample_stick_vacuum_var,_sample_rod_var,_sample_holder_top_shelf_var,_sample_rod_collar_4_var,_sample_rod_collar_1_vacuum_var,_sample_rod_collar_2_vacuum_var,_sample_rod_collar_3_vacuum_var,_sample_rod_collar_4_vacuum_var,_sample_rod_bottom_var,_sample_rod_collar_1_var,_sample_rod_collar_2_var,_sample_rod_collar_3_var,_sample_4_var,_sample_holder1_var,_sample_holder2_var,_sample_holder3_var,_sample_holder4_var,_sample_holder5_var,_sample_holder_middle_shelf_var,_sample_holder_bottom_var,_sample_1_container_var,_sample_1_container_rim_var,_outer_cryostat_wall_var,_sample_2_container_var,_sample_2_container_rim_var,_sample_1_var,_sample_3_container_var,_sample_3_container_rim_var,_sample_2_var,_sample_4_container_var,_sample_4_container_rim_var,_sample_3_var,_test_sample_var,_stop_var,_cryostat_mountin_plate_var,_m4pi_two_or_more_samples_var,_Au_powder_var,_detector_position_var,_sample_stick_walls_var,_a1_var,_instrument_var,_source_var,_inner_cryostat_wall_var) class_Progress_bar_trace: 33605, Generating acc routine seq Generating NVIDIA GPU code class_Source_div_trace: 33684, Generating acc routine seq Generating NVIDIA GPU code class_Arm_trace: 33782, Generating acc routine seq Generating NVIDIA GPU code class_PSD_monitor_4PI_trace: 36216, Generating acc routine seq Generating NVIDIA GPU code class_Monitor_nD_trace: 36293, Generating acc routine seq Generating NVIDIA GPU code class_PSD_monitor_trace: 36577, Generating acc routine seq Generating NVIDIA GPU code raytrace_all_funnel: 37317, Generating present(particles[:livebatchsize]) Generating implicit firstprivate(livebatchsize) Generating NVIDIA GPU code 37321, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 37321, Generating implicit private(_particle,seed) 37330, Generating present(particles[:livebatchsize]) Generating implicit firstprivate(livebatchsize) Generating NVIDIA GPU code 37335, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 37330, Local memory used for .inl_.inl_c_1955_48487,.inl_.inl_.inl_b_1929_1961_48492,.inl_.inl_.inl_.X3245_1928_1960_48491,.inl_.inl_b_1951_48486,.inl_.inl_c_1944_48476,.inl_.inl_.inl_b_1929_1950_48481,.inl_.inl_.inl_.X3245_1928_1949_48480,.inl_.inl_b_1940_48475,.inl_.inl_.X3229_1939_48470,.inl_.inl_c_1936_48469,.inl_c_48502,.inl_.inl_b_1935_48467,.inl_.inl_.X3245_1934_48466,.inl_b_48459,.inl_.X3228_48458,.inl_.X3229_48453,.inl_c_48461,.inl_.X3227_48449,.inl_a_48445,.inl_c_48513,_particle_save,.inl_.inl_c_1944_48528,.inl_.inl_.inl_b_1929_1950_48533,.inl_.inl_.inl_.X3245_1928_1949_48532,.inl_.inl_b_1940_48527,.inl_.inl_c_1936_48521,.inl_.inl_.inl_.X3245_1928_1960_48543,.inl_.inl_.X3245_1934_48518,.inl_.inl_b_1935_48519,.inl_.X3229_48505,.inl_.inl_b_1951_48538,.inl_c_48450,.inl_.inl_.inl_b_1929_1961_48544,.inl_.inl_.X3229_1939_48522,.inl_a_48497,.inl_.X3227_48501,.inl_.X3228_48510,.inl_b_48511,.inl_.inl_c_1955_48539 37697, Generating present(particles[:livebatchsize]) Generating implicit firstprivate(livebatchsize) Generating NVIDIA GPU code 37700, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 37697, Local memory used for .inl_.inl_c_1955_48863,.inl_.inl_.inl_b_1929_1961_48868,.inl_.inl_.inl_.X3245_1928_1960_48867,.inl_.inl_b_1951_48862,.inl_.inl_c_1944_48852,.inl_.inl_.inl_b_1929_1950_48857,.inl_.inl_.inl_.X3245_1928_1949_48856,.inl_.inl_b_1940_48851,.inl_.inl_.X3229_1939_48846,.inl_.inl_c_1936_48845,.inl_c_48878,.inl_.inl_b_1935_48843,.inl_.inl_.X3245_1934_48842,.inl_b_48835,.inl_.X3228_48834,.inl_.X3229_48829,.inl_c_48837,.inl_.X3227_48825,.inl_a_48821,.inl_.inl_c_1955_48813,.inl_.inl_.inl_b_1929_1961_48818,.inl_.inl_.inl_.X3245_1928_1960_48817,.inl_.inl_b_1951_48812,.inl_.inl_c_1944_48802,.inl_.inl_.inl_b_1929_1950_48807,.inl_.inl_.inl_.X3245_1928_1949_48806,.inl_.inl_b_1940_48801,.inl_.inl_.X3229_1939_48796,.inl_.inl_c_1936_48795,.inl_c_48826,.inl_.inl_b_1935_48793,.inl_.inl_.X3245_1934_48792,.inl_b_48785,.inl_.X3228_48784,.inl_.X3229_48779,.inl_c_48787,.inl_.X3227_48775,.inl_a_48771,.inl_.inl_c_1955_48763,.inl_.inl_.inl_b_1929_1961_48768,.inl_.inl_.inl_.X3245_1928_1960_48767,.inl_.inl_b_1951_48762,.inl_.inl_c_1944_48752,.inl_.inl_.inl_b_1929_1950_48757,.inl_.inl_.inl_.X3245_1928_1949_48756,.inl_.inl_b_1940_48751,.inl_.inl_.X3229_1939_48746,.inl_.inl_c_1936_48745,.inl_c_48776,.inl_.inl_b_1935_48743,.inl_.inl_.X3245_1934_48742,.inl_b_48735,.inl_.X3228_48734,.inl_.X3229_48729,.inl_c_48737,.inl_.X3227_48725,.inl_a_48721,.inl_.inl_c_1955_48713,.inl_.inl_.inl_b_1929_1961_48718,.inl_.inl_.inl_.X3245_1928_1960_48717,.inl_.inl_b_1951_48712,.inl_.inl_c_1944_48702,.inl_.inl_.inl_b_1929_1950_48707,.inl_.inl_.inl_.X3245_1928_1949_48706,.inl_.inl_b_1940_48701,.inl_.inl_.X3229_1939_48696,.inl_.inl_c_1936_48695,.inl_c_48726,.inl_.inl_b_1935_48693,.inl_.inl_.X3245_1934_48692,.inl_b_48685,.inl_.X3228_48684,.inl_.X3229_48679,.inl_c_48687,.inl_.X3227_48675,.inl_a_48671,.inl_.inl_c_1955_48639,.inl_.inl_.inl_b_1929_1961_48644,.inl_.inl_.inl_.X3245_1928_1960_48643,.inl_.inl_b_1951_48638,.inl_.inl_c_1944_48628,.inl_.inl_.inl_b_1929_1950_48633,.inl_.inl_.inl_.X3245_1928_1949_48632,.inl_.inl_b_1940_48627,.inl_.inl_.X3229_1939_48622,.inl_.inl_c_1936_48621,.inl_c_48676,.inl_.inl_b_1935_48619,.inl_.inl_.X3245_1934_48618,.inl_b_48611,.inl_.X3228_48610,.inl_.X3229_48605,.inl_c_48613,.inl_.X3227_48601,.inl_a_48597,_particle_save,.inl_c_48889,.inl_.inl_c_1944_48904,.inl_.inl_.inl_b_1929_1950_48909,.inl_.inl_.inl_.X3245_1928_1949_48908,.inl_.inl_b_1940_48903,.inl_.inl_c_1936_48897,.inl_.inl_.inl_.X3245_1928_1960_48919,.inl_.inl_.X3245_1934_48894,.inl_.inl_b_1935_48895,.inl_.X3229_48881,.inl_.inl_b_1951_48914,.inl_c_48602,.inl_.inl_.inl_b_1929_1961_48920,.inl_.inl_.X3229_1939_48898,.inl_a_48873,.inl_.X3227_48877,.inl_.X3228_48886,.inl_b_48887,.inl_.inl_c_1955_48915 finally: 39147, Generating update self(_drum_center_var,_Cu_var,_Vanadium_incoherent_var,_Ag_powder_var,_Al_incoherent_var,_Al_powder_var,_Cs_var,_Cu_incoherent_var,_Cu_powder_var,_Ag_incoherent_var,_Au_Ag_mix_var,_Au_incoherent_var,_Al_var,_Banana_monitor_var,_Cd_incoherent_var,_Cd_powder_var,_Cd_var,_Cs_incoherent_var,_Cs_powder_var,_Vanadium_var,_screen_var,_arm_1_var,_detector_var,_cryostat_drum_walls_var,_cryostat_drum_vacuum_var,_beam_center_var,_outer_cryostat_vacuum_var,_m4pi_var,_inner_cryostat_vacuum_var,_init_var,_sample_stick_vacuum_var,_sample_rod_var,_sample_holder_top_shelf_var,_sample_rod_collar_4_var,_sample_rod_collar_1_vacuum_var,_sample_rod_collar_2_vacuum_var,_sample_rod_collar_3_vacuum_var,_sample_rod_collar_4_vacuum_var,_sample_rod_bottom_var,_sample_rod_collar_1_var,_sample_rod_collar_2_var,_sample_rod_collar_3_var,_sample_4_var,_sample_holder1_var,_sample_holder2_var,_sample_holder3_var,_sample_holder4_var,_sample_holder5_var,_sample_holder_middle_shelf_var,_sample_holder_bottom_var,_sample_1_container_var,_sample_1_container_rim_var,_outer_cryostat_wall_var,_sample_2_container_var,_sample_2_container_rim_var,_sample_1_var,_sample_3_container_var,_sample_3_container_rim_var,_sample_2_var,_sample_4_container_var,_sample_4_container_rim_var,_sample_3_var,_test_sample_var,_stop_var,_cryostat_mountin_plate_var,_m4pi_two_or_more_samples_var,_Au_powder_var,_detector_position_var,_sample_stick_walls_var,_a1_var,_instrument_var,_source_var,_inner_cryostat_wall_var) mcenabletrace: 6101, Generating update device(mcdotrace) DEBUG: CMD: nvc finished INFO: ===