INFO: No output directory specified (--dir) INFO: Using directory: "cryostat_example_20251212_043828" INFO: Regenerating c-file: cryostat_example.c DEBUG: CMD: /u/data/pkwi/McStas/mcstas/3.x-dev/bin/mcstas -t -o ./cryostat_example.c cryostat_example.instr CFLAGS= -DFUNNEL WARNING: The parameter format of Al_powder_cryostat 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 master is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. -> CPU section from component master -> GPU kernel from component m4pi ----------------------------------------------------------- DEBUG: CMD: /u/data/pkwi/McStas/mcstas/3.x-dev/bin/mcstas finished INFO: Recompiling: ./cryostat_example.out DEBUG: CMD: nvc -o ./cryostat_example.out ./cryostat_example.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 -DUSE_MPI -lmpi -Wl,-rpath,/opt/nvidia/hpc_sdk/Linux_x86_64/25.9/comm_libs/12.9/openmpi4/openmpi-4.1.5/lib -L,/opt/nvidia/hpc_sdk/Linux_x86_64/25.9/comm_libs/12.9/openmpi4/openmpi-4.1.5/lib -I/opt/nvidia/hpc_sdk/Linux_x86_64/25.9/comm_libs/12.9/openmpi4/openmpi-4.1.5/include -fast -Minfo=accel -acc=gpu -gpu=mem:managed -DOPENACC -DFUNNEL "./cryostat_example.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 " "./cryostat_example.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, ^ "./cryostat_example.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, ^ "./cryostat_example.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); ^ "./cryostat_example.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); ^ "./cryostat_example.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); ^ "./cryostat_example.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); ^ "./cryostat_example.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*); ^ "./cryostat_example.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); ^ "./cryostat_example.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); ^ "./cryostat_example.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){ ^ "./cryostat_example.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){ ^ "./cryostat_example.c", line 291: warning: Routine "noprintf" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int noprintf(); ^ "./cryostat_example.c", line 293: 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); ^ "./cryostat_example.c", line 644: 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 */ ^ "./cryostat_example.c", line 865: 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); ^ "./cryostat_example.c", line 882: 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); ^ "./cryostat_example.c", line 884: 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]); ^ "./cryostat_example.c", line 892: 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); ^ "./cryostat_example.c", line 894: 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); ^ "./cryostat_example.c", line 896: 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); ^ "./cryostat_example.c", line 898: 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); ^ "./cryostat_example.c", line 900: 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); ^ "./cryostat_example.c", line 996: 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); ^ "./cryostat_example.c", line 998: 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); ^ "./cryostat_example.c", line 1000: 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); ^ "./cryostat_example.c", line 1002: 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); ^ "./cryostat_example.c", line 1004: 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); ^ "./cryostat_example.c", line 1006: 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); ^ "./cryostat_example.c", line 1008: 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); ^ "./cryostat_example.c", line 1010: 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); ^ "./cryostat_example.c", line 1012: 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); ^ "./cryostat_example.c", line 4627: warning: variable "num" was declared but never referenced [declared_but_not_referenced] int num = 3; ^ "./cryostat_example.c", line 5082: warning: variable "randstate" was declared but never referenced [declared_but_not_referenced] randstate_t randstate[7]; ^ "./cryostat_example.c", line 5001: warning: variable "newlen" was declared but never referenced [declared_but_not_referenced] long newlen = 0; ^ "./cryostat_example.c", line 6328: warning: variable "status" was set but never used [set_but_not_used] int status; ^ "./cryostat_example.c", line 8711: warning: variable "output" was declared but never referenced [declared_but_not_referenced] struct tagging_tree_node_struct *output; ^ "./cryostat_example.c", line 9267: warning: variable "permanent_list_length" was declared but never referenced [declared_but_not_referenced] int volume_index,iterate,permanent_list_length = 0; ^ "./cryostat_example.c", line 9294: warning: variable "geometry_output" was set but never used [set_but_not_used] int geometry_output; ^ "./cryostat_example.c", line 9819: warning: variable "x_vector" was declared but never referenced [declared_but_not_referenced] Coords x_vector = geometry->geometry_parameters.p_box_storage->x_vector; ^ "./cryostat_example.c", line 9820: warning: variable "y_vector" was declared but never referenced [declared_but_not_referenced] Coords y_vector = geometry->geometry_parameters.p_box_storage->y_vector; ^ "./cryostat_example.c", line 9821: warning: variable "z_vector" was declared but never referenced [declared_but_not_referenced] Coords z_vector = geometry->geometry_parameters.p_box_storage->z_vector; ^ "./cryostat_example.c", line 10043: warning: variable "center" was declared but never referenced [declared_but_not_referenced] Coords center = geometry->center; ^ "./cryostat_example.c", line 10105: warning: variable "rotated_nx" was declared but never referenced [declared_but_not_referenced] double rotated_nx, rotated_ny, rotated_nz; ^ "./cryostat_example.c", line 10105: warning: variable "rotated_ny" was declared but never referenced [declared_but_not_referenced] double rotated_nx, rotated_ny, rotated_nz; ^ "./cryostat_example.c", line 10105: warning: variable "rotated_nz" was declared but never referenced [declared_but_not_referenced] double rotated_nx, rotated_ny, rotated_nz; ^ "./cryostat_example.c", line 10326: warning: variable "output" was set but never used [set_but_not_used] int output = 0; ^ "./cryostat_example.c", line 10631: 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; ^ "./cryostat_example.c", line 10632: 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; ^ "./cryostat_example.c", line 10877: warning: statement is unreachable [code_is_unreachable] return 0; ^ "./cryostat_example.c", line 10668: warning: variable "center" was declared but never referenced [declared_but_not_referenced] Coords center = geometry->center; ^ "./cryostat_example.c", line 10670: warning: variable "normal_x" was declared but never referenced [declared_but_not_referenced] double *normal_x = geometry->geometry_parameters.p_mesh_storage->normal_x; ^ "./cryostat_example.c", line 10671: warning: variable "normal_y" was declared but never referenced [declared_but_not_referenced] double *normal_y = geometry->geometry_parameters.p_mesh_storage->normal_y; ^ "./cryostat_example.c", line 10672: warning: variable "normal_z" was declared but never referenced [declared_but_not_referenced] double *normal_z = geometry->geometry_parameters.p_mesh_storage->normal_z; ^ "./cryostat_example.c", line 10696: warning: variable "verbal" was declared but never referenced [declared_but_not_referenced] int verbal = 0; ^ "./cryostat_example.c", line 10705: warning: variable "tmp" was declared but never referenced [declared_but_not_referenced] Coords edge1,edge2,h,s,q,tmp,intersect_pos; ^ "./cryostat_example.c", line 10705: warning: variable "intersect_pos" was declared but never referenced [declared_but_not_referenced] Coords edge1,edge2,h,s,q,tmp,intersect_pos; ^ "./cryostat_example.c", line 10707: warning: variable "this_facet_t" was declared but never referenced [declared_but_not_referenced] double this_facet_t; ^ "./cryostat_example.c", line 10749: warning: variable "C1" was declared but never referenced [declared_but_not_referenced] int C1 = counter; ^ "./cryostat_example.c", line 10918: warning: variable "i" was declared but never referenced [declared_but_not_referenced] int i; ^ "./cryostat_example.c", line 10948: warning: variable "output" was set but never used [set_but_not_used] int output = 0; ^ "./cryostat_example.c", line 10967: warning: variable "tmp" was declared but never referenced [declared_but_not_referenced] Coords edge1,edge2,h,s,q,tmp,intersect_pos; ^ "./cryostat_example.c", line 10967: warning: variable "intersect_pos" was declared but never referenced [declared_but_not_referenced] Coords edge1,edge2,h,s,q,tmp,intersect_pos; ^ "./cryostat_example.c", line 10968: warning: variable "UNION_EPSILON" was declared but never referenced [declared_but_not_referenced] double UNION_EPSILON = 0.0000001; ^ "./cryostat_example.c", line 10969: warning: variable "this_facet_t" was declared but never referenced [declared_but_not_referenced] double this_facet_t; ^ "./cryostat_example.c", line 11206: warning: variable "rotated_coordinates" was declared but never referenced [declared_but_not_referenced] Coords rotated_coordinates; ^ "./cryostat_example.c", line 11372: warning: variable "y" was set but never used [set_but_not_used] double x, y, z, dt; ^ "./cryostat_example.c", line 11427: warning: variable "seperated" was declared but never referenced [declared_but_not_referenced] int seperated = 0; ^ "./cryostat_example.c", line 11504: warning: variable "seperated" was declared but never referenced [declared_but_not_referenced] int seperated = 0; ^ "./cryostat_example.c", line 11716: warning: variable "seperated" was declared but never referenced [declared_but_not_referenced] int seperated = 0; ^ "./cryostat_example.c", line 11814: warning: variable "solutions" was declared but never referenced [declared_but_not_referenced] int iterate,number_of_solutions,solutions,number_of_positions = 30; ^ "./cryostat_example.c", line 12005: warning: variable "seperated" was declared but never referenced [declared_but_not_referenced] int seperated = 0; ^ "./cryostat_example.c", line 12203: warning: variable "Y" was declared but never referenced [declared_but_not_referenced] double Y; ^ "./cryostat_example.c", line 12204: warning: variable "max_r" was declared but never referenced [declared_but_not_referenced] double max_r; ^ "./cryostat_example.c", line 12789: warning: variable "Y" was declared but never referenced [declared_but_not_referenced] double Y; ^ "./cryostat_example.c", line 12790: warning: variable "max_r" was declared but never referenced [declared_but_not_referenced] double max_r; ^ "./cryostat_example.c", line 13049: 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; ^ "./cryostat_example.c", line 13054: 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; ^ "./cryostat_example.c", line 13055: 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; ^ "./cryostat_example.c", line 13056: 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; ^ "./cryostat_example.c", line 13063: warning: variable "Y" was declared but never referenced [declared_but_not_referenced] double Y; ^ "./cryostat_example.c", line 13064: warning: variable "max_r" was declared but never referenced [declared_but_not_referenced] double max_r; ^ "./cryostat_example.c", line 13187: warning: variable "square_offset" was declared but never referenced [declared_but_not_referenced] double square_offset; ^ "./cryostat_example.c", line 13481: warning: variable "debug_dist" was set but never used [set_but_not_used] double debug_dist; ^ "./cryostat_example.c", line 13547: warning: variable "seperated" was declared but never referenced [declared_but_not_referenced] int seperated = 0; ^ "./cryostat_example.c", line 13734: warning: variable "temp_pointer" was declared but never referenced [declared_but_not_referenced] int *temp_pointer; ^ "./cryostat_example.c", line 13737: warning: variable "mask_global_index" was declared but never referenced [declared_but_not_referenced] int this_mask_status,mask_index,mask_global_index; ^ "./cryostat_example.c", line 13894: warning: variable "temp_pointer" was declared but never referenced [declared_but_not_referenced] int *temp_pointer; ^ "./cryostat_example.c", line 13897: warning: variable "mask_global_index" was declared but never referenced [declared_but_not_referenced] int this_mask_status,mask_index,mask_global_index; ^ "./cryostat_example.c", line 14895: warning: variable "found_index" was declared but never referenced [declared_but_not_referenced] int mask_index,mask_mode,found_index,logic_ALL; ^ "./cryostat_example.c", line 14798: warning: variable "mask_index" was declared but never referenced [declared_but_not_referenced] int volume_index,mask_volume_number,mask_index; ^ "./cryostat_example.c", line 15117: 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; ^ "./cryostat_example.c", line 15327: warning: variable "found_index" was declared but never referenced [declared_but_not_referenced] int volume_index,iterate,iterate2,found_index,I_index,I_volume; ^ "./cryostat_example.c", line 15488: warning: variable "string_output" was declared but never referenced [declared_but_not_referenced] char string_output[124]; ^ "./cryostat_example.c", line 15892: warning: variable "mask_index" was declared but never referenced [declared_but_not_referenced] int volume_index,iterate,mask_index; ^ "./cryostat_example.c", line 16608: 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 */ ^ "./cryostat_example.c", line 16610: 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 */ ^ "./cryostat_example.c", line 16617: 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 */ ^ "./cryostat_example.c", line 16637: 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); ^ "./cryostat_example.c", line 16639: 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); ^ "./cryostat_example.c", line 16641: 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, ^ "./cryostat_example.c", line 18198: 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, ^ "./cryostat_example.c", line 18221: 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, ^ "./cryostat_example.c", line 18242: 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, ^ "./cryostat_example.c", line 18329: 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) { ^ "./cryostat_example.c", line 18334: 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) { ^ "./cryostat_example.c", line 18343: 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) ^ "./cryostat_example.c", line 18369: 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) ^ "./cryostat_example.c", line 18372: 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; ^ "./cryostat_example.c", line 18372: 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; ^ "./cryostat_example.c", line 18372: 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; ^ "./cryostat_example.c", line 18372: 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; ^ "./cryostat_example.c", line 18372: 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; ^ "./cryostat_example.c", line 18372: 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; ^ "./cryostat_example.c", line 18432: 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) ^ "./cryostat_example.c", line 18562: 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, ^ "./cryostat_example.c", line 18606: 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, ^ "./cryostat_example.c", line 18727: warning: variable "plane_Eq" was declared but never referenced [declared_but_not_referenced] double plane_Eq [4]; ^ "./cryostat_example.c", line 18839: 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) ^ "./cryostat_example.c", line 18851: 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) ^ "./cryostat_example.c", line 18886: 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) ^ "./cryostat_example.c", line 19142: 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) { ^ "./cryostat_example.c", line 19148: 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) ^ "./cryostat_example.c", line 19944: warning: variable "line_v" was declared but never referenced [declared_but_not_referenced] int line_v,line0,line; ^ "./cryostat_example.c", line 20539: 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); ^ "./cryostat_example.c", line 22625: warning: variable "dt" was set but never used [set_but_not_used] double dt, dy; ^ "./cryostat_example.c", line 22625: warning: variable "dy" was set but never used [set_but_not_used] double dt, dy; ^ "./cryostat_example.c", line 22652: warning: variable "dx" was set but never used [set_but_not_used] double dx, dy; ^ "./cryostat_example.c", line 22652: warning: variable "dy" was set but never used [set_but_not_used] double dx, dy; ^ "./cryostat_example.c", line 22843: warning: variable "choice" was declared but never referenced [declared_but_not_referenced] enum surface choice = surface->eSurface; ^ "./cryostat_example.c", line 23643: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./cryostat_example.c", line 23639: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 1; ^ "./cryostat_example.c", line 23696: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./cryostat_example.c", line 23684: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 2; ^ "./cryostat_example.c", line 23756: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./cryostat_example.c", line 23741: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 3; ^ "./cryostat_example.c", line 23811: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./cryostat_example.c", line 23808: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 4; ^ "./cryostat_example.c", line 23853: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 5; ^ "./cryostat_example.c", line 23917: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./cryostat_example.c", line 23902: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 6; ^ "./cryostat_example.c", line 23999: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./cryostat_example.c", line 23966: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 7; ^ "./cryostat_example.c", line 24074: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./cryostat_example.c", line 24055: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 8; ^ "./cryostat_example.c", line 24124: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 9; ^ "./cryostat_example.c", line 24173: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 10; ^ "./cryostat_example.c", line 24278: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 11; ^ "./cryostat_example.c", line 24383: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 12; ^ "./cryostat_example.c", line 24488: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 13; ^ "./cryostat_example.c", line 24593: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 14; ^ "./cryostat_example.c", line 24698: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 15; ^ "./cryostat_example.c", line 24803: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 16; ^ "./cryostat_example.c", line 24908: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 17; ^ "./cryostat_example.c", line 25013: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 18; ^ "./cryostat_example.c", line 25118: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 19; ^ "./cryostat_example.c", line 25167: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 20; ^ "./cryostat_example.c", line 25272: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 21; ^ "./cryostat_example.c", line 25377: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 22; ^ "./cryostat_example.c", line 25482: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 23; ^ "./cryostat_example.c", line 25587: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 24; ^ "./cryostat_example.c", line 25692: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 25; ^ "./cryostat_example.c", line 25797: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 26; ^ "./cryostat_example.c", line 25902: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 27; ^ "./cryostat_example.c", line 26007: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 28; ^ "./cryostat_example.c", line 26112: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 29; ^ "./cryostat_example.c", line 26190: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 30; ^ "./cryostat_example.c", line 26256: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 31; ^ "./cryostat_example.c", line 26382: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 32; ^ "./cryostat_example.c", line 26458: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 33; ^ "./cryostat_example.c", line 26537: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./cryostat_example.c", line 26534: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 34; ^ "./cryostat_example.c", line 28956: warning: incompatible redefinition of macro "exit" (declared at line 623) [bad_macro_redef] #define exit(...) noprintf() ^ "./cryostat_example.c", line 28968: 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 ^ "./cryostat_example.c", line 29058: 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 ^ "./cryostat_example.c", line 29826: warning: variable "physics_output" was set but never used [set_but_not_used] int physics_output; ^ "./cryostat_example.c", line 30686: warning: variable "q_qc_quadratic_diff" was declared but never referenced [declared_but_not_referenced] double q_qc_quadratic_diff; ^ "./cryostat_example.c", line 30719: warning: variable "theta2" was set but never used [set_but_not_used] double theta1, theta2; ^ "./cryostat_example.c", line 29329: warning: variable "start_weight" was set but never used [set_but_not_used] double start_weight; ^ "./cryostat_example.c", line 31237: 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 ^ "./cryostat_example.c", line 31315: 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 ^ "./cryostat_example.c", line 31605: 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 ^ "./cryostat_example.c", line 34567: warning: variable "t" was declared but never referenced [declared_but_not_referenced] time_t t; ^ "./cryostat_example.c", line 34568: warning: variable "ct" was set but never used [set_but_not_used] clock_t ct; ^ "./cryostat_example.c", line 1504: warning: variable "mcstartdate" was set but never used [set_but_not_used] static long mcstartdate = 0; /* start simulation time */ ^ "./cryostat_example.c", line 2973: 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: 1552, Generating acc routine seq Generating NVIDIA GPU code str_comp: 1556, Generating acc routine seq Generating NVIDIA GPU code str_len: 1565, Generating acc routine seq Generating NVIDIA GPU code mcget_ncount: 4245, Generating acc routine seq Generating NVIDIA GPU code coords_set: 4679, Generating acc routine seq Generating NVIDIA GPU code coords_get: 4690, Generating acc routine seq Generating NVIDIA GPU code coords_add: 4699, Generating acc routine seq Generating NVIDIA GPU code coords_sub: 4711, Generating acc routine seq Generating NVIDIA GPU code coords_neg: 4723, Generating acc routine seq Generating NVIDIA GPU code coords_scale: 4733, Generating acc routine seq Generating NVIDIA GPU code coords_sp: 4743, Generating acc routine seq Generating NVIDIA GPU code coords_xp: 4751, Generating acc routine seq Generating NVIDIA GPU code coords_len: 4761, Generating acc routine seq Generating NVIDIA GPU code coords_print: 4783, Generating acc routine seq Generating NVIDIA GPU code coords_norm: 4790, Generating acc routine seq Generating NVIDIA GPU code rot_set_rotation: 4836, Generating acc routine seq Generating NVIDIA GPU code rot_test_identity: 4871, Generating acc routine seq Generating NVIDIA GPU code rot_mul: 4882, Generating acc routine seq Generating NVIDIA GPU code rot_copy: 4899, Generating acc routine seq Generating NVIDIA GPU code rot_transpose: 4910, Generating acc routine seq Generating NVIDIA GPU code rot_apply: 4926, Generating acc routine seq Generating NVIDIA GPU code vec_prod_func: 4955, Generating acc routine seq Generating NVIDIA GPU code scalar_prod: 4966, Generating acc routine seq Generating NVIDIA GPU code norm_func: 4970, Generating acc routine seq Generating NVIDIA GPU code sort_absorb_last: 5005, Generating present(particles[:buffer_len],pbuffer[:buffer_len]) Generating implicit firstprivate(tidx) Generating NVIDIA GPU code 5012, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 5021, #pragma acc loop seq 5005, Generating implicit copy(lens[:]) [if not already present] 5012, Generating implicit firstprivate(ll,l) 5023, Accelerator restriction: induction variable live-out from loop: i 5024, Accelerator restriction: induction variable live-out from loop: i 5025, Accelerator restriction: induction variable live-out from loop: i 5026, Accelerator restriction: induction variable live-out from loop: i 5028, Accelerator restriction: induction variable live-out from loop: j 5029, Accelerator restriction: induction variable live-out from loop: j 5030, Accelerator restriction: induction variable live-out from loop: j 5031, Accelerator restriction: induction variable live-out from loop: j 5053, Generating present(pbuffer[:buffer_len]) Generating implicit firstprivate(tidx) Generating NVIDIA GPU code 5057, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 5060, #pragma acc loop seq 5053, Generating implicit copyin(lens[:]) [if not already present] Generating implicit copy(particles[:]) [if not already present] Generating implicit copyin(los[:]) [if not already present] 5060, Generating implicit firstprivate(l) 5077, Generating present(particles[:buffer_len]) Generating implicit firstprivate(accumlen,tidx,mult) Generating NVIDIA GPU code 5081, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 5088, #pragma acc loop seq 5077, Local memory used for targetbuffer,sourcebuffer mccoordschange: 5147, Generating acc routine seq Generating NVIDIA GPU code mccoordschange_polarisation: 5178, Generating acc routine seq Generating NVIDIA GPU code normal_vec: 5195, Generating acc routine seq Generating NVIDIA GPU code solve_2nd_order: 5294, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_circle: 5378, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_rect_angular: 5444, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_rect_real: 5521, Generating acc routine seq Generating NVIDIA GPU code kiss_srandom: 5793, Generating acc routine seq Generating NVIDIA GPU code kiss_random: 5805, Generating acc routine seq Generating NVIDIA GPU code _hash: 5837, Generating acc routine seq Generating NVIDIA GPU code _randnorm2: 5878, Generating acc routine seq Generating NVIDIA GPU code _randtriangle: 5889, Generating acc routine seq Generating NVIDIA GPU code _rand01: 5894, Generating acc routine seq Generating NVIDIA GPU code _randpm1: 5902, Generating acc routine seq Generating NVIDIA GPU code _rand0max: 5910, Generating acc routine seq Generating NVIDIA GPU code _randminmax: 5917, Generating acc routine seq Generating NVIDIA GPU code mcsetstate: 6597, Generating acc routine seq Generating NVIDIA GPU code mcgetstate: 6637, Generating acc routine seq Generating NVIDIA GPU code inside_rectangle: 6697, Generating acc routine seq Generating NVIDIA GPU code box_intersect: 6714, Generating acc routine seq Generating NVIDIA GPU code cylinder_intersect: 6829, Generating acc routine seq Generating NVIDIA GPU code sphere_intersect: 6884, Generating acc routine seq Generating NVIDIA GPU code Table_Index: 17418, Generating acc routine seq Generating NVIDIA GPU code Table_Value: 17486, Generating acc routine seq Generating NVIDIA GPU code Table_Value2d: 17565, Generating acc routine seq Generating NVIDIA GPU code Table_Interp1d: 18033, Generating acc routine seq Generating NVIDIA GPU code Table_Interp1d_nearest: 18049, Generating acc routine seq Generating NVIDIA GPU code Table_Interp2d: 18067, Generating acc routine seq Generating NVIDIA GPU code off_F: 18329, Generating acc routine seq Generating NVIDIA GPU code off_sign: 18334, Generating acc routine seq Generating NVIDIA GPU code off_normal: 18344, Generating acc routine seq Generating NVIDIA GPU code off_pnpoly: 18370, Generating acc routine seq Generating NVIDIA GPU code off_intersectPoly: 18433, Generating acc routine seq Generating NVIDIA GPU code off_init_planes: 18564, Generating acc routine seq Generating NVIDIA GPU code off_clip_3D_mod: 18609, Generating acc routine seq Generating NVIDIA GPU code off_clip_3D_mod_grav: 18724, Generating acc routine seq Generating NVIDIA GPU code off_compare: 18840, Generating acc routine seq Generating NVIDIA GPU code off_cleanDouble: 18852, Generating acc routine seq Generating NVIDIA GPU code off_cleanInOut: 18887, Generating acc routine seq Generating NVIDIA GPU code Min_int: 19142, Generating acc routine seq Generating NVIDIA GPU code merge: 19149, Generating acc routine seq Generating NVIDIA GPU code CUDA global memory used for L,R p_to_quadratic: 19257, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code quadraticSolve: 19272, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code off_intersect_all: 19326, Generating acc routine seq Generating NVIDIA GPU code off_intersect: 19443, Generating acc routine seq Generating NVIDIA GPU code off_x_intersect: 19465, Generating acc routine seq Generating NVIDIA GPU code Monitor_nD_Trace: 21615, Generating acc routine seq Generating NVIDIA GPU code init: 28926, Generating update device(_drum_center_var,_cryostat_mountin_plate_var,_screen_var,_outer_cryostat_wall_var,_Banana_monitor_var,_Al_cryostat_var,_Al_incoherent_cryostat_var,_detector_var,_cryostat_drum_walls_var,_cryostat_drum_vacuum_var,_beam_center_var,_outer_cryostat_vacuum_var,_master_var,_inner_cryostat_vacuum_var,_init_var,_sample_stick_vacuum_var,_sample_rod_var,_sample_position_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,_m4pi_var,_instrument_var,_Al_powder_cryostat_var,_cryostat_origin_var,_sample_stick_walls_var,_stop_var,_source_cryostat_var,_inner_cryostat_wall_var) class_Progress_bar_trace: 28969, Generating acc routine seq Generating NVIDIA GPU code class_Source_div_trace: 29059, Generating acc routine seq Generating NVIDIA GPU code class_PSD_monitor_4PI_trace: 31238, Generating acc routine seq Generating NVIDIA GPU code class_Monitor_nD_trace: 31316, Generating acc routine seq Generating NVIDIA GPU code class_PSD_monitor_trace: 31606, Generating acc routine seq Generating NVIDIA GPU code raytrace_all_funnel: 32104, Generating present(particles[:livebatchsize]) Generating implicit firstprivate(livebatchsize) Generating NVIDIA GPU code 32108, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 32108, Generating implicit firstprivate(mpi_node_rank,_particle,seed,ncount) 32117, Generating present(particles[:livebatchsize]) Generating implicit firstprivate(livebatchsize) Generating NVIDIA GPU code 32122, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 32117, Local memory used for .inl_.inl_c_1977_34066,.inl_.inl_.inl_b_1951_1983_34071,.inl_.inl_.inl_.X3257_1950_1982_34070,.inl_.inl_b_1973_34065,.inl_.inl_c_1966_34055,.inl_.inl_.inl_b_1951_1972_34060,.inl_.inl_.inl_.X3257_1950_1971_34059,.inl_.inl_b_1962_34054,.inl_.inl_.X3241_1961_34049,.inl_.inl_c_1958_34048,.inl_c_34081,.inl_.inl_b_1957_34046,.inl_.inl_.X3257_1956_34045,.inl_b_34038,.inl_.X3240_34037,.inl_.X3241_34032,.inl_c_34040,.inl_.X3239_34028,.inl_a_34024,_particle_save,.inl_c_34092,.inl_.inl_c_1966_34107,.inl_.inl_.inl_b_1951_1972_34112,.inl_.inl_.inl_.X3257_1950_1971_34111,.inl_.inl_b_1962_34106,.inl_.inl_c_1958_34100,.inl_.inl_.inl_.X3257_1950_1982_34122,.inl_.inl_.X3257_1956_34097,.inl_.inl_b_1957_34098,.inl_.X3241_34084,.inl_.inl_b_1973_34117,.inl_c_34029,.inl_.inl_.inl_b_1951_1983_34123,.inl_.inl_.X3241_1961_34101,.inl_a_34076,.inl_.X3239_34080,.inl_.X3240_34089,.inl_b_34090,.inl_.inl_c_1977_34118 32309, Generating present(particles[:livebatchsize]) Generating implicit firstprivate(livebatchsize) Generating NVIDIA GPU code 32312, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 32309, Local memory used for .inl_.inl_c_1977_34342,.inl_.inl_.inl_b_1951_1983_34347,.inl_.inl_.inl_.X3257_1950_1982_34346,.inl_.inl_b_1973_34341,.inl_.inl_c_1966_34331,.inl_.inl_.inl_b_1951_1972_34336,.inl_.inl_.inl_.X3257_1950_1971_34335,.inl_.inl_b_1962_34330,.inl_.inl_.X3241_1961_34325,.inl_.inl_c_1958_34324,.inl_c_34355,.inl_.inl_b_1957_34322,.inl_.inl_.X3257_1956_34321,.inl_b_34314,.inl_.X3240_34313,.inl_.X3241_34308,.inl_c_34316,.inl_.X3239_34304,.inl_a_34300,.inl_.inl_c_1977_34292,.inl_.inl_.inl_b_1951_1983_34297,.inl_.inl_.inl_.X3257_1950_1982_34296,.inl_.inl_b_1973_34291,.inl_.inl_c_1966_34281,.inl_.inl_.inl_b_1951_1972_34286,.inl_.inl_.inl_.X3257_1950_1971_34285,.inl_.inl_b_1962_34280,.inl_.inl_.X3241_1961_34275,.inl_.inl_c_1958_34274,.inl_c_34305,.inl_.inl_b_1957_34272,.inl_.inl_.X3257_1956_34271,.inl_b_34264,.inl_.X3240_34263,.inl_.X3241_34258,.inl_c_34266,.inl_.X3239_34254,.inl_a_34250,.inl_.inl_c_1977_34218,.inl_.inl_.inl_b_1951_1983_34223,.inl_.inl_.inl_.X3257_1950_1982_34222,.inl_.inl_b_1973_34217,.inl_.inl_c_1966_34207,.inl_.inl_.inl_b_1951_1972_34212,.inl_.inl_.inl_.X3257_1950_1971_34211,.inl_.inl_b_1962_34206,.inl_.inl_.X3241_1961_34201,.inl_.inl_c_1958_34200,.inl_c_34255,.inl_.inl_b_1957_34198,.inl_.inl_.X3257_1956_34197,.inl_b_34190,.inl_.X3240_34189,.inl_.X3241_34184,.inl_c_34192,.inl_.X3239_34180,.inl_a_34176,_particle_save,.inl_c_34366,.inl_.inl_c_1966_34381,.inl_.inl_.inl_b_1951_1972_34386,.inl_.inl_.inl_.X3257_1950_1971_34385,.inl_.inl_b_1962_34380,.inl_.inl_c_1958_34374,.inl_.inl_.inl_.X3257_1950_1982_34396,.inl_.inl_.X3257_1956_34371,.inl_.inl_b_1957_34372,.inl_.X3241_34358,.inl_.inl_b_1973_34391,.inl_c_34181,.inl_.inl_.inl_b_1951_1983_34397,.inl_.inl_.X3241_1961_34375,.inl_a_34350,.inl_.X3239_34354,.inl_.X3240_34363,.inl_b_34364,.inl_.inl_c_1977_34392 finally: 33543, Generating update self(_drum_center_var,_cryostat_mountin_plate_var,_screen_var,_outer_cryostat_wall_var,_Banana_monitor_var,_Al_cryostat_var,_Al_incoherent_cryostat_var,_detector_var,_cryostat_drum_walls_var,_cryostat_drum_vacuum_var,_beam_center_var,_outer_cryostat_vacuum_var,_master_var,_inner_cryostat_vacuum_var,_init_var,_sample_stick_vacuum_var,_sample_rod_var,_sample_position_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,_m4pi_var,_instrument_var,_Al_powder_cryostat_var,_cryostat_origin_var,_sample_stick_walls_var,_stop_var,_source_cryostat_var,_inner_cryostat_wall_var) mcenabletrace: 6037, Generating update device(mcdotrace) DEBUG: CMD: nvc finished INFO: ===