INFO: No output directory specified (--dir) INFO: Using directory: "Incoherent_validation_20250514_035455" INFO: Regenerating c-file: Incoherent_validation.c DEBUG: CMD: /u/data/pkwi/McStas/mcstas/3.x-dev/bin/mcstas -t -o ./Incoherent_validation.c Incoherent_validation.instr Warning: DECLARE block contains 2 assignments (= sign). Move them into an INITIALIZE section. May fail at compile. CFLAGS= -DFUNNEL ----------------------------------------------------------- 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 cylinder_sample_incoherent ----------------------------------------------------------- DEBUG: CMD: /u/data/pkwi/McStas/mcstas/3.x-dev/bin/mcstas finished INFO: Recompiling: ./Incoherent_validation.out DEBUG: CMD: nvc -o ./Incoherent_validation.out ./Incoherent_validation.c -lm -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,--allow-shlib-undefined -Wl,-rpath,/u/data/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -Wl,-rpath-link,/u/data/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -L/u/data/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -mtune=haswell -fPIC -O2 -isystem /u/data/pkwi/McStas/mcstas/3.x-dev/miniconda3/include -fast -Minfo=accel -acc=gpu -gpu=mem:managed -DOPENACC -DFUNNEL "./Incoherent_validation.c", line 88: 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 " "./Incoherent_validation.c", line 90: 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, ^ "./Incoherent_validation.c", line 93: 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, ^ "./Incoherent_validation.c", line 109: 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); ^ "./Incoherent_validation.c", line 113: 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); ^ "./Incoherent_validation.c", line 141: 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); ^ "./Incoherent_validation.c", line 113: 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); ^ "./Incoherent_validation.c", line 170: 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*); ^ "./Incoherent_validation.c", line 192: 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); ^ "./Incoherent_validation.c", line 203: 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); ^ "./Incoherent_validation.c", line 214: 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){ ^ "./Incoherent_validation.c", line 224: 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){ ^ "./Incoherent_validation.c", line 296: warning: Routine "noprintf" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int noprintf(); ^ "./Incoherent_validation.c", line 298: 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); ^ "./Incoherent_validation.c", line 648: 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 */ ^ "./Incoherent_validation.c", line 869: 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); ^ "./Incoherent_validation.c", line 886: 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); ^ "./Incoherent_validation.c", line 888: 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]); ^ "./Incoherent_validation.c", line 896: 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); ^ "./Incoherent_validation.c", line 898: 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); ^ "./Incoherent_validation.c", line 900: 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); ^ "./Incoherent_validation.c", line 902: 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); ^ "./Incoherent_validation.c", line 904: 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); ^ "./Incoherent_validation.c", line 1000: 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); ^ "./Incoherent_validation.c", line 1002: 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); ^ "./Incoherent_validation.c", line 1004: 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); ^ "./Incoherent_validation.c", line 1006: 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); ^ "./Incoherent_validation.c", line 1008: 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); ^ "./Incoherent_validation.c", line 1010: 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); ^ "./Incoherent_validation.c", line 1012: 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); ^ "./Incoherent_validation.c", line 1014: 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); ^ "./Incoherent_validation.c", line 1016: 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); ^ "./Incoherent_validation.c", line 4571: warning: variable "num" was declared but never referenced [declared_but_not_referenced] int num = 3; ^ "./Incoherent_validation.c", line 5026: warning: variable "randstate" was declared but never referenced [declared_but_not_referenced] randstate_t randstate[7]; ^ "./Incoherent_validation.c", line 4945: warning: variable "newlen" was declared but never referenced [declared_but_not_referenced] long newlen = 0; ^ "./Incoherent_validation.c", line 6272: warning: variable "status" was set but never used [set_but_not_used] int status; ^ "./Incoherent_validation.c", line 8310: warning: variable "output" was declared but never referenced [declared_but_not_referenced] struct tagging_tree_node_struct *output; ^ "./Incoherent_validation.c", line 8834: warning: variable "permanent_list_length" was declared but never referenced [declared_but_not_referenced] int volume_index,iterate,permanent_list_length = 0; ^ "./Incoherent_validation.c", line 8857: warning: variable "geometry_output" was set but never used [set_but_not_used] int geometry_output; ^ "./Incoherent_validation.c", line 9345: warning: variable "x_vector" was declared but never referenced [declared_but_not_referenced] Coords x_vector = geometry->geometry_parameters.p_box_storage->x_vector; ^ "./Incoherent_validation.c", line 9346: warning: variable "y_vector" was declared but never referenced [declared_but_not_referenced] Coords y_vector = geometry->geometry_parameters.p_box_storage->y_vector; ^ "./Incoherent_validation.c", line 9347: warning: variable "z_vector" was declared but never referenced [declared_but_not_referenced] Coords z_vector = geometry->geometry_parameters.p_box_storage->z_vector; ^ "./Incoherent_validation.c", line 9507: warning: variable "center" was declared but never referenced [declared_but_not_referenced] Coords center = geometry->center; ^ "./Incoherent_validation.c", line 9727: warning: variable "output" was set but never used [set_but_not_used] int output; ^ "./Incoherent_validation.c", line 9886: 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; ^ "./Incoherent_validation.c", line 9887: 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; ^ "./Incoherent_validation.c", line 10162: warning: statement is unreachable [code_is_unreachable] return 0; ^ "./Incoherent_validation.c", line 9921: warning: variable "center" was declared but never referenced [declared_but_not_referenced] Coords center = geometry->center; ^ "./Incoherent_validation.c", line 9923: warning: variable "normal_x" was declared but never referenced [declared_but_not_referenced] double *normal_x = geometry->geometry_parameters.p_mesh_storage->normal_x; ^ "./Incoherent_validation.c", line 9924: warning: variable "normal_y" was declared but never referenced [declared_but_not_referenced] double *normal_y = geometry->geometry_parameters.p_mesh_storage->normal_y; ^ "./Incoherent_validation.c", line 9925: warning: variable "normal_z" was declared but never referenced [declared_but_not_referenced] double *normal_z = geometry->geometry_parameters.p_mesh_storage->normal_z; ^ "./Incoherent_validation.c", line 9949: warning: variable "verbal" was declared but never referenced [declared_but_not_referenced] int verbal = 0; ^ "./Incoherent_validation.c", line 9958: warning: variable "tmp" was declared but never referenced [declared_but_not_referenced] Coords edge1,edge2,h,s,q,tmp,intersect_pos; ^ "./Incoherent_validation.c", line 9958: warning: variable "intersect_pos" was declared but never referenced [declared_but_not_referenced] Coords edge1,edge2,h,s,q,tmp,intersect_pos; ^ "./Incoherent_validation.c", line 9960: warning: variable "this_facet_t" was declared but never referenced [declared_but_not_referenced] double this_facet_t; ^ "./Incoherent_validation.c", line 10009: warning: variable "C1" was declared but never referenced [declared_but_not_referenced] int C1 = counter; ^ "./Incoherent_validation.c", line 10176: warning: variable "normal_x" was declared but never referenced [declared_but_not_referenced] double *normal_x = geometry->geometry_parameters.p_mesh_storage->normal_x; ^ "./Incoherent_validation.c", line 10177: warning: variable "normal_y" was declared but never referenced [declared_but_not_referenced] double *normal_y = geometry->geometry_parameters.p_mesh_storage->normal_y; ^ "./Incoherent_validation.c", line 10178: warning: variable "normal_z" was declared but never referenced [declared_but_not_referenced] double *normal_z = geometry->geometry_parameters.p_mesh_storage->normal_z; ^ "./Incoherent_validation.c", line 10207: warning: variable "center" was declared but never referenced [declared_but_not_referenced] Coords center = geometry->center; ^ "./Incoherent_validation.c", line 10265: warning: variable "output" was set but never used [set_but_not_used] int output; ^ "./Incoherent_validation.c", line 10281: warning: variable "tmp" was declared but never referenced [declared_but_not_referenced] Coords edge1,edge2,h,s,q,tmp,intersect_pos; ^ "./Incoherent_validation.c", line 10281: warning: variable "intersect_pos" was declared but never referenced [declared_but_not_referenced] Coords edge1,edge2,h,s,q,tmp,intersect_pos; ^ "./Incoherent_validation.c", line 10282: warning: variable "UNION_EPSILON" was declared but never referenced [declared_but_not_referenced] double UNION_EPSILON = 0.0000001; ^ "./Incoherent_validation.c", line 10283: warning: variable "this_facet_t" was declared but never referenced [declared_but_not_referenced] double this_facet_t; ^ "./Incoherent_validation.c", line 10720: warning: variable "vector2" is used before its value is set [used_before_set] if (verbal == 1) printf("vector1 = (%f,%f,%f)\n",vector1.x,vector1.y,vector2.z); ^ "./Incoherent_validation.c", line 10709: warning: variable "seperated" was declared but never referenced [declared_but_not_referenced] int seperated = 0; ^ "./Incoherent_validation.c", line 10786: warning: variable "seperated" was declared but never referenced [declared_but_not_referenced] int seperated = 0; ^ "./Incoherent_validation.c", line 10993: warning: variable "seperated" was declared but never referenced [declared_but_not_referenced] int seperated = 0; ^ "./Incoherent_validation.c", line 11091: warning: variable "solutions" was declared but never referenced [declared_but_not_referenced] int iterate,number_of_solutions,solutions,number_of_positions = 30; ^ "./Incoherent_validation.c", line 11277: warning: variable "seperated" was declared but never referenced [declared_but_not_referenced] int seperated = 0; ^ "./Incoherent_validation.c", line 11470: warning: variable "Y" was declared but never referenced [declared_but_not_referenced] double Y; ^ "./Incoherent_validation.c", line 11471: warning: variable "max_r" was declared but never referenced [declared_but_not_referenced] double max_r; ^ "./Incoherent_validation.c", line 12005: warning: variable "Y" was declared but never referenced [declared_but_not_referenced] double Y; ^ "./Incoherent_validation.c", line 12006: warning: variable "max_r" was declared but never referenced [declared_but_not_referenced] double max_r; ^ "./Incoherent_validation.c", line 12405: warning: variable "square_center" is used before its value is set [used_before_set] Coords box_end_point = coords_sub(coords_set(0,0,-z_depth/2),square_center); ^ "./Incoherent_validation.c", line 12265: 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; ^ "./Incoherent_validation.c", line 12270: 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; ^ "./Incoherent_validation.c", line 12271: 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; ^ "./Incoherent_validation.c", line 12272: 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; ^ "./Incoherent_validation.c", line 12279: warning: variable "Y" was declared but never referenced [declared_but_not_referenced] double Y; ^ "./Incoherent_validation.c", line 12280: warning: variable "max_r" was declared but never referenced [declared_but_not_referenced] double max_r; ^ "./Incoherent_validation.c", line 12403: warning: variable "square_offset" was declared but never referenced [declared_but_not_referenced] double square_offset; ^ "./Incoherent_validation.c", line 12669: warning: variable "debug_dist" was set but never used [set_but_not_used] double debug_dist; ^ "./Incoherent_validation.c", line 12735: warning: variable "seperated" was declared but never referenced [declared_but_not_referenced] int seperated = 0; ^ "./Incoherent_validation.c", line 12921: warning: variable "temp_pointer" was declared but never referenced [declared_but_not_referenced] int *temp_pointer; ^ "./Incoherent_validation.c", line 12924: warning: variable "mask_global_index" was declared but never referenced [declared_but_not_referenced] int this_mask_status,mask_index,mask_global_index; ^ "./Incoherent_validation.c", line 13081: warning: variable "temp_pointer" was declared but never referenced [declared_but_not_referenced] int *temp_pointer; ^ "./Incoherent_validation.c", line 13084: warning: variable "mask_global_index" was declared but never referenced [declared_but_not_referenced] int this_mask_status,mask_index,mask_global_index; ^ "./Incoherent_validation.c", line 14003: warning: variable "found_index" was declared but never referenced [declared_but_not_referenced] int mask_index,mask_mode,found_index,logic_ALL; ^ "./Incoherent_validation.c", line 13912: warning: variable "mask_index" was declared but never referenced [declared_but_not_referenced] int volume_index,mask_volume_number,mask_index; ^ "./Incoherent_validation.c", line 14215: 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; ^ "./Incoherent_validation.c", line 14405: warning: variable "found_index" was declared but never referenced [declared_but_not_referenced] int volume_index,iterate,iterate2,found_index,I_index,I_volume; ^ "./Incoherent_validation.c", line 14554: warning: variable "string_output" was declared but never referenced [declared_but_not_referenced] char string_output[124]; ^ "./Incoherent_validation.c", line 14958: warning: variable "mask_index" was declared but never referenced [declared_but_not_referenced] int volume_index,iterate,mask_index; ^ "./Incoherent_validation.c", line 15754: 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 */ ^ "./Incoherent_validation.c", line 15756: 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 */ ^ "./Incoherent_validation.c", line 15763: 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 */ ^ "./Incoherent_validation.c", line 15783: 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); ^ "./Incoherent_validation.c", line 15785: 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); ^ "./Incoherent_validation.c", line 15787: 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, ^ "./Incoherent_validation.c", line 17333: 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, ^ "./Incoherent_validation.c", line 17356: 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, ^ "./Incoherent_validation.c", line 17377: 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, ^ "./Incoherent_validation.c", line 17460: 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) { ^ "./Incoherent_validation.c", line 17465: 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) { ^ "./Incoherent_validation.c", line 17474: 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) ^ "./Incoherent_validation.c", line 17500: 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) ^ "./Incoherent_validation.c", line 17503: 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; ^ "./Incoherent_validation.c", line 17503: 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; ^ "./Incoherent_validation.c", line 17503: 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; ^ "./Incoherent_validation.c", line 17503: 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; ^ "./Incoherent_validation.c", line 17503: 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; ^ "./Incoherent_validation.c", line 17503: 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; ^ "./Incoherent_validation.c", line 17563: 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) ^ "./Incoherent_validation.c", line 17693: 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, ^ "./Incoherent_validation.c", line 17737: 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, ^ "./Incoherent_validation.c", line 17860: warning: variable "plane_Eq" was declared but never referenced [declared_but_not_referenced] double plane_Eq [4]; ^ "./Incoherent_validation.c", line 17974: 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) ^ "./Incoherent_validation.c", line 17986: 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) ^ "./Incoherent_validation.c", line 18021: 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) ^ "./Incoherent_validation.c", line 18273: 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) { ^ "./Incoherent_validation.c", line 18279: 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) ^ "./Incoherent_validation.c", line 18926: 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); ^ "./Incoherent_validation.c", line 21012: warning: variable "dt" was set but never used [set_but_not_used] double dt, dy; ^ "./Incoherent_validation.c", line 21012: warning: variable "dy" was set but never used [set_but_not_used] double dt, dy; ^ "./Incoherent_validation.c", line 21039: warning: variable "dx" was set but never used [set_but_not_used] double dx, dy; ^ "./Incoherent_validation.c", line 21039: warning: variable "dy" was set but never used [set_but_not_used] double dx, dy; ^ "./Incoherent_validation.c", line 21969: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Incoherent_validation.c", line 21965: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 1; ^ "./Incoherent_validation.c", line 22025: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Incoherent_validation.c", line 22010: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 2; ^ "./Incoherent_validation.c", line 22088: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Incoherent_validation.c", line 22073: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 3; ^ "./Incoherent_validation.c", line 22145: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Incoherent_validation.c", line 22133: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 4; ^ "./Incoherent_validation.c", line 22190: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 5; ^ "./Incoherent_validation.c", line 22261: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 6; ^ "./Incoherent_validation.c", line 22310: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 7; ^ "./Incoherent_validation.c", line 22405: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 8; ^ "./Incoherent_validation.c", line 22479: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 9; ^ "./Incoherent_validation.c", line 22588: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 10; ^ "./Incoherent_validation.c", line 22654: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 11; ^ "./Incoherent_validation.c", line 22780: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 12; ^ "./Incoherent_validation.c", line 22856: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 13; ^ "./Incoherent_validation.c", line 22932: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 14; ^ "./Incoherent_validation.c", line 22981: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 15; ^ "./Incoherent_validation.c", line 23057: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 16; ^ "./Incoherent_validation.c", line 23106: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 17; ^ "./Incoherent_validation.c", line 23185: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./Incoherent_validation.c", line 23182: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 18; ^ "./Incoherent_validation.c", line 25410: 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 ^ "./Incoherent_validation.c", line 25500: 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 ^ "./Incoherent_validation.c", line 26136: warning: variable "physics_output" was set but never used [set_but_not_used] int physics_output; ^ "./Incoherent_validation.c", line 25763: warning: variable "start_weight" was set but never used [set_but_not_used] double start_weight; ^ "./Incoherent_validation.c", line 27071: warning: Routine "class_Incoherent_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_Incoherent_trace(_class_Incoherent *_comp ^ "./Incoherent_validation.c", line 27112: warning: variable "l_i" was set but never used [set_but_not_used] double l_i, l_o=0; /* Flight path lenght in/out for scattered neutron */ ^ "./Incoherent_validation.c", line 27112: warning: variable "l_o" was declared but never referenced [declared_but_not_referenced] double l_i, l_o=0; /* Flight path lenght in/out for scattered neutron */ ^ "./Incoherent_validation.c", line 27370: 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 ^ "./Incoherent_validation.c", line 27448: 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 ^ "./Incoherent_validation.c", line 27738: warning: Routine "class_PSDlin_monitor_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_PSDlin_monitor_trace(_class_PSDlin_monitor *_comp ^ "./Incoherent_validation.c", line 27816: 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 ^ "./Incoherent_validation.c", line 30685: warning: variable "t" was declared but never referenced [declared_but_not_referenced] time_t t; ^ "./Incoherent_validation.c", line 30686: warning: variable "ct" was set but never used [set_but_not_used] clock_t ct; ^ "./Incoherent_validation.c", line 1508: warning: variable "mcstartdate" was set but never used [set_but_not_used] static long mcstartdate = 0; /* start simulation time */ ^ "./Incoherent_validation.c", line 2928: warning: function "strcpy_valid" was declared but never referenced [declared_but_not_referenced] static char *strcpy_valid(char *valid, char *original) ^ mcgenstate: 102, Generating acc routine seq Generating NVIDIA GPU code particle_getvar: 116, Generating acc routine seq Generating NVIDIA GPU code particle_getvar_void: 148, Generating acc routine seq Generating NVIDIA GPU code particle_setvar_void: 172, Generating acc routine seq Generating NVIDIA GPU code particle_setvar_void_array: 194, Generating acc routine seq Generating NVIDIA GPU code particle_restore: 205, Generating acc routine seq Generating NVIDIA GPU code particle_getuservar_byid: 214, Generating acc routine seq Generating NVIDIA GPU code particle_uservar_init: 224, Generating acc routine seq Generating NVIDIA GPU code noprintf: 1556, Generating acc routine seq Generating NVIDIA GPU code str_comp: 1560, Generating acc routine seq Generating NVIDIA GPU code str_len: 1569, Generating acc routine seq Generating NVIDIA GPU code mcget_ncount: 4192, Generating acc routine seq Generating NVIDIA GPU code coords_set: 4623, Generating acc routine seq Generating NVIDIA GPU code coords_get: 4634, Generating acc routine seq Generating NVIDIA GPU code coords_add: 4643, Generating acc routine seq Generating NVIDIA GPU code coords_sub: 4655, Generating acc routine seq Generating NVIDIA GPU code coords_neg: 4667, Generating acc routine seq Generating NVIDIA GPU code coords_scale: 4677, Generating acc routine seq Generating NVIDIA GPU code coords_sp: 4687, Generating acc routine seq Generating NVIDIA GPU code coords_xp: 4695, Generating acc routine seq Generating NVIDIA GPU code coords_len: 4705, Generating acc routine seq Generating NVIDIA GPU code coords_print: 4727, Generating acc routine seq Generating NVIDIA GPU code coords_norm: 4734, Generating acc routine seq Generating NVIDIA GPU code rot_set_rotation: 4780, Generating acc routine seq Generating NVIDIA GPU code rot_test_identity: 4815, Generating acc routine seq Generating NVIDIA GPU code rot_mul: 4826, Generating acc routine seq Generating NVIDIA GPU code rot_copy: 4843, Generating acc routine seq Generating NVIDIA GPU code rot_transpose: 4854, Generating acc routine seq Generating NVIDIA GPU code rot_apply: 4870, Generating acc routine seq Generating NVIDIA GPU code vec_prod_func: 4899, Generating acc routine seq Generating NVIDIA GPU code scalar_prod: 4910, Generating acc routine seq Generating NVIDIA GPU code norm_func: 4914, Generating acc routine seq Generating NVIDIA GPU code sort_absorb_last: 4949, Generating present(particles[:buffer_len],pbuffer[:buffer_len]) Generating implicit firstprivate(tidx) Generating NVIDIA GPU code 4956, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 4965, #pragma acc loop seq 4949, Generating implicit copy(lens[:]) [if not already present] 4956, Generating implicit firstprivate(ll,l) 4967, Accelerator restriction: induction variable live-out from loop: i 4968, Accelerator restriction: induction variable live-out from loop: i 4969, Accelerator restriction: induction variable live-out from loop: i 4970, Accelerator restriction: induction variable live-out from loop: i 4972, Accelerator restriction: induction variable live-out from loop: j 4973, Accelerator restriction: induction variable live-out from loop: j 4974, Accelerator restriction: induction variable live-out from loop: j 4975, Accelerator restriction: induction variable live-out from loop: j 4997, Generating present(pbuffer[:buffer_len]) Generating implicit firstprivate(tidx) Generating NVIDIA GPU code 5001, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 5004, #pragma acc loop seq 4997, Generating implicit copyin(lens[:]) [if not already present] Generating implicit copy(particles[:]) [if not already present] Generating implicit copyin(los[:]) [if not already present] 5004, Generating implicit firstprivate(l) 5021, Generating present(particles[:buffer_len]) Generating implicit firstprivate(accumlen,tidx,mult) Generating NVIDIA GPU code 5025, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 5032, #pragma acc loop seq 5021, Local memory used for targetbuffer,sourcebuffer mccoordschange: 5091, Generating acc routine seq Generating NVIDIA GPU code mccoordschange_polarisation: 5122, Generating acc routine seq Generating NVIDIA GPU code normal_vec: 5139, Generating acc routine seq Generating NVIDIA GPU code solve_2nd_order: 5238, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_circle: 5322, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_rect_angular: 5388, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_rect_real: 5465, Generating acc routine seq Generating NVIDIA GPU code kiss_srandom: 5737, Generating acc routine seq Generating NVIDIA GPU code kiss_random: 5749, Generating acc routine seq Generating NVIDIA GPU code _hash: 5781, Generating acc routine seq Generating NVIDIA GPU code _randnorm2: 5822, Generating acc routine seq Generating NVIDIA GPU code _randtriangle: 5833, Generating acc routine seq Generating NVIDIA GPU code _rand01: 5838, Generating acc routine seq Generating NVIDIA GPU code _randpm1: 5846, Generating acc routine seq Generating NVIDIA GPU code _rand0max: 5854, Generating acc routine seq Generating NVIDIA GPU code _randminmax: 5861, Generating acc routine seq Generating NVIDIA GPU code mcsetstate: 6541, Generating acc routine seq Generating NVIDIA GPU code mcgetstate: 6578, Generating acc routine seq Generating NVIDIA GPU code inside_rectangle: 6638, Generating acc routine seq Generating NVIDIA GPU code box_intersect: 6655, Generating acc routine seq Generating NVIDIA GPU code cylinder_intersect: 6770, Generating acc routine seq Generating NVIDIA GPU code sphere_intersect: 6825, Generating acc routine seq Generating NVIDIA GPU code Table_Index: 16553, Generating acc routine seq Generating NVIDIA GPU code Table_Value: 16621, Generating acc routine seq Generating NVIDIA GPU code Table_Value2d: 16700, Generating acc routine seq Generating NVIDIA GPU code Table_Interp1d: 17168, Generating acc routine seq Generating NVIDIA GPU code Table_Interp1d_nearest: 17184, Generating acc routine seq Generating NVIDIA GPU code Table_Interp2d: 17202, Generating acc routine seq Generating NVIDIA GPU code off_F: 17460, Generating acc routine seq Generating NVIDIA GPU code off_sign: 17465, Generating acc routine seq Generating NVIDIA GPU code off_normal: 17475, Generating acc routine seq Generating NVIDIA GPU code off_pnpoly: 17501, Generating acc routine seq Generating NVIDIA GPU code off_intersectPoly: 17564, Generating acc routine seq Generating NVIDIA GPU code off_init_planes: 17695, Generating acc routine seq Generating NVIDIA GPU code off_clip_3D_mod: 17740, Generating acc routine seq Generating NVIDIA GPU code off_clip_3D_mod_grav: 17857, Generating acc routine seq Generating NVIDIA GPU code off_compare: 17975, Generating acc routine seq Generating NVIDIA GPU code off_cleanDouble: 17987, Generating acc routine seq Generating NVIDIA GPU code off_cleanInOut: 18022, Generating acc routine seq Generating NVIDIA GPU code Min_int: 18273, Generating acc routine seq Generating NVIDIA GPU code merge: 18280, Generating acc routine seq Generating NVIDIA GPU code p_to_quadratic: 18384, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code quadraticSolve: 18399, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code off_intersect_all: 18453, Generating acc routine seq Generating NVIDIA GPU code off_intersect: 18570, Generating acc routine seq Generating NVIDIA GPU code off_x_intersect: 18592, Generating acc routine seq Generating NVIDIA GPU code Monitor_nD_Trace: 20002, Generating acc routine seq Generating NVIDIA GPU code init: 25368, Generating update device(_cylinder_sample_union_var,_PSDlin_transmission_var,_Vanadium_incoherent_var,_Vanadium_var,_scattering_arm_var,_m4pi_var,_cylinder_sample_incoherent_var,_test_sample_var,_stop_var,_a1_var,_instrument_var,_PSDlin_scattering_var,_Banana_monitor_var,_scattering_arm_2_var,_PSDlin_scattering_2_var,_sample_position_var,_PSD_transmission_var,_source_var,_init_var) class_Progress_bar_trace: 25411, Generating acc routine seq Generating NVIDIA GPU code class_Source_div_trace: 25501, Generating acc routine seq Generating NVIDIA GPU code class_Incoherent_trace: 27072, Generating acc routine seq Generating NVIDIA GPU code 27269, Reference argument passing prevents parallelization: solid_angle 27272, Reference argument passing prevents parallelization: solid_angle class_PSD_monitor_4PI_trace: 27371, Generating acc routine seq Generating NVIDIA GPU code class_Monitor_nD_trace: 27449, Generating acc routine seq Generating NVIDIA GPU code class_PSDlin_monitor_trace: 27739, Generating acc routine seq Generating NVIDIA GPU code class_PSD_monitor_trace: 27817, Generating acc routine seq Generating NVIDIA GPU code raytrace_all_funnel: 28286, Generating present(particles[:livebatchsize]) Generating implicit firstprivate(livebatchsize) Generating NVIDIA GPU code 28290, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 28286, Local memory used for .inl_.inl_mcneutron_0_32947,.inl_particle_32932,.inl_.X2876_32949,.inl_.inl_.X3082_15_32948 28290, Generating implicit private(_particle,seed) 28300, Generating present(particles[:livebatchsize]) Generating implicit firstprivate(livebatchsize) Generating NVIDIA GPU code 28305, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 28300, Local memory used for .inl_.inl_c_1921_32996,.inl_.inl_.inl_b_1895_1927_33001,.inl_.inl_.inl_.X3047_1894_1926_33000,.inl_.inl_b_1917_32995,.inl_.inl_c_1910_32985,.inl_.inl_.inl_b_1895_1916_32990,.inl_.inl_.inl_.X3047_1894_1915_32989,.inl_.inl_b_1906_32984,.inl_.inl_.X3031_1905_32979,.inl_.inl_c_1902_32978,.inl_c_33011,.inl_.inl_b_1901_32976,.inl_.inl_.X3047_1900_32975,.inl_b_32968,.inl_.X3030_32967,.inl_.X3031_32962,.inl_c_32970,.inl_.X3029_32958,.inl_a_32954,.inl_c_33022,_particle_save,.inl_.inl_c_1910_33037,.inl_.inl_.inl_b_1895_1916_33042,.inl_.inl_.inl_.X3047_1894_1915_33041,.inl_.inl_b_1906_33036,.inl_.inl_c_1902_33030,.inl_.inl_.inl_.X3047_1894_1926_33052,.inl_.inl_.X3047_1900_33027,.inl_.inl_b_1901_33028,.inl_.X3031_33014,.inl_.inl_b_1917_33047,.inl_c_32959,.inl_.inl_.inl_b_1895_1927_33053,.inl_.inl_.X3031_1905_33031,.inl_a_33006,.inl_.X3029_33010,.inl_.X3030_33019,.inl_b_33020,.inl_.inl_c_1921_33048 28388, Generating present(particles[:livebatchsize]) Generating implicit firstprivate(livebatchsize) Generating NVIDIA GPU code 28391, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 28388, Local memory used for .inl_.inl_c_1921_33422,.inl_.inl_.inl_b_1895_1927_33427,.inl_.inl_.inl_.X3047_1894_1926_33426,.inl_.inl_b_1917_33421,.inl_.inl_c_1910_33411,.inl_.inl_.inl_b_1895_1916_33416,.inl_.inl_.inl_.X3047_1894_1915_33415,.inl_.inl_b_1906_33410,.inl_.inl_.X3031_1905_33405,.inl_.inl_c_1902_33404,.inl_c_33435,.inl_.inl_b_1901_33402,.inl_.inl_.X3047_1900_33401,.inl_b_33394,.inl_.X3030_33393,.inl_.X3031_33388,.inl_c_33396,.inl_.X3029_33384,.inl_a_33380,.inl_.inl_c_1921_33372,.inl_.inl_.inl_b_1895_1927_33377,.inl_.inl_.inl_.X3047_1894_1926_33376,.inl_.inl_b_1917_33371,.inl_.inl_c_1910_33361,.inl_.inl_.inl_b_1895_1916_33366,.inl_.inl_.inl_.X3047_1894_1915_33365,.inl_.inl_b_1906_33360,.inl_.inl_.X3031_1905_33355,.inl_.inl_c_1902_33354,.inl_c_33385,.inl_.inl_b_1901_33352,.inl_.inl_.X3047_1900_33351,.inl_b_33344,.inl_.X3030_33343,.inl_.X3031_33338,.inl_c_33346,.inl_.X3029_33334,.inl_a_33330,.inl_.inl_c_1921_33322,.inl_.inl_.inl_b_1895_1927_33327,.inl_.inl_.inl_.X3047_1894_1926_33326,.inl_.inl_b_1917_33321,.inl_.inl_c_1910_33311,.inl_.inl_.inl_b_1895_1916_33316,.inl_.inl_.inl_.X3047_1894_1915_33315,.inl_.inl_b_1906_33310,.inl_.inl_.X3031_1905_33305,.inl_.inl_c_1902_33304,.inl_c_33335,.inl_.inl_b_1901_33302,.inl_.inl_.X3047_1900_33301,.inl_b_33294,.inl_.X3030_33293,.inl_.X3031_33288,.inl_c_33296,.inl_.X3029_33284,.inl_a_33280,.inl_.inl_c_1921_33272,.inl_.inl_.inl_b_1895_1927_33277,.inl_.inl_.inl_.X3047_1894_1926_33276,.inl_.inl_b_1917_33271,.inl_.inl_c_1910_33261,.inl_.inl_.inl_b_1895_1916_33266,.inl_.inl_.inl_.X3047_1894_1915_33265,.inl_.inl_b_1906_33260,.inl_.inl_.X3031_1905_33255,.inl_.inl_c_1902_33254,.inl_c_33285,.inl_.inl_b_1901_33252,.inl_.inl_.X3047_1900_33251,.inl_b_33244,.inl_.X3030_33243,.inl_.X3031_33238,.inl_c_33246,.inl_.X3029_33234,.inl_a_33230,.inl_.inl_c_1921_33198,.inl_.inl_.inl_b_1895_1927_33203,.inl_.inl_.inl_.X3047_1894_1926_33202,.inl_.inl_b_1917_33197,.inl_.inl_c_1910_33187,.inl_.inl_.inl_b_1895_1916_33192,.inl_.inl_.inl_.X3047_1894_1915_33191,.inl_.inl_b_1906_33186,.inl_.inl_.X3031_1905_33181,.inl_.inl_c_1902_33180,.inl_c_33235,.inl_.inl_b_1901_33178,.inl_.inl_.X3047_1900_33177,.inl_b_33170,.inl_.X3030_33169,.inl_.X3031_33164,.inl_c_33172,.inl_.X3029_33160,.inl_a_33156,.inl_.inl_c_1921_33148,.inl_.inl_.inl_b_1895_1927_33153,.inl_.inl_.inl_.X3047_1894_1926_33152,.inl_.inl_b_1917_33147,.inl_.inl_c_1910_33137,.inl_.inl_.inl_b_1895_1916_33142,.inl_.inl_.inl_.X3047_1894_1915_33141,.inl_.inl_b_1906_33136,.inl_.inl_.X3031_1905_33131,.inl_.inl_c_1902_33130,.inl_c_33161,.inl_.inl_b_1901_33128,.inl_.inl_.X3047_1900_33127,.inl_b_33120,.inl_.X3030_33119,.inl_.X3031_33114,.inl_c_33122,.inl_.X3029_33110,.inl_a_33106,_particle_save,.inl_c_33446,.inl_.inl_c_1910_33461,.inl_.inl_.inl_b_1895_1916_33466,.inl_.inl_.inl_.X3047_1894_1915_33465,.inl_.inl_b_1906_33460,.inl_.inl_c_1902_33454,.inl_.inl_.inl_.X3047_1894_1926_33476,.inl_.inl_.X3047_1900_33451,.inl_.inl_b_1901_33452,.inl_.X3031_33438,.inl_.inl_b_1917_33471,.inl_c_33111,.inl_.inl_.inl_b_1895_1927_33477,.inl_.inl_.X3031_1905_33455,.inl_a_33430,.inl_.X3029_33434,.inl_.X3030_33443,.inl_b_33444,.inl_.inl_c_1921_33472 finally: 29643, Generating update self(_cylinder_sample_union_var,_PSDlin_transmission_var,_Vanadium_incoherent_var,_Vanadium_var,_scattering_arm_var,_m4pi_var,_cylinder_sample_incoherent_var,_test_sample_var,_stop_var,_a1_var,_instrument_var,_PSDlin_scattering_var,_Banana_monitor_var,_scattering_arm_2_var,_PSDlin_scattering_2_var,_sample_position_var,_PSD_transmission_var,_source_var,_init_var) mcenabletrace: 5981, Generating update device(mcdotrace) DEBUG: CMD: nvc finished INFO: ===