INFO: No output directory specified (--dir) INFO: Using directory: "vinput2mcpl_20260814_143054" INFO: Regenerating c-file: vinput2mcpl.c DEBUG: CMD: /users/willend/micromamba/envs/mcstas-dev/bin/mcstas -t -o ./vinput2mcpl.c vinput2mcpl.instr Warning: 'Virtual_input' is an obsolete component (not maintained). CFLAGS= -DFUNNEL @MCPLFLAGS@ ----------------------------------------------------------- Generating single GPU kernel or single CPU section layout: ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: Component virtual_output is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. -> CPU section from component virtual_output -> GPU kernel from component mcpl_output ----------------------------------------------------------- DEBUG: CMD: /users/willend/micromamba/envs/mcstas-dev/bin/mcstas finished INFO: Recompiling: ./vinput2mcpl.out --> launching cmd: mcpl-config --show buildflags DEBUG: CMD: nvc -o ./vinput2mcpl.out ./vinput2mcpl.c -lm -fast -Minfo=accel -acc=gpu -gpu=mem:managed -DOPENACC -DFUNNEL -Wl,-rpath,/users/willend/micromamba/envs/mcstas-dev/lib -Wl,/users/willend/micromamba/envs/mcstas-dev/lib/libmcpl.so -I/users/willend/micromamba/envs/mcstas-dev/include "./vinput2mcpl.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 " "./vinput2mcpl.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, ^ "./vinput2mcpl.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, ^ "./vinput2mcpl.c", line 107: 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); ^ "./vinput2mcpl.c", line 111: 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); ^ "./vinput2mcpl.c", line 139: 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); ^ "./vinput2mcpl.c", line 111: 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); ^ "./vinput2mcpl.c", line 168: 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*); ^ "./vinput2mcpl.c", line 190: 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); ^ "./vinput2mcpl.c", line 201: 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); ^ "./vinput2mcpl.c", line 212: 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){ ^ "./vinput2mcpl.c", line 222: 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){ ^ "./vinput2mcpl.c", line 289: warning: Routine "noprintf" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int noprintf(); ^ "./vinput2mcpl.c", line 291: 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); ^ "./vinput2mcpl.c", line 642: 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 */ ^ "./vinput2mcpl.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); ^ "./vinput2mcpl.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); ^ "./vinput2mcpl.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]); ^ "./vinput2mcpl.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); ^ "./vinput2mcpl.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); ^ "./vinput2mcpl.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); ^ "./vinput2mcpl.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); ^ "./vinput2mcpl.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); ^ "./vinput2mcpl.c", line 903: warning: Routine "_rand01_opague" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double _rand01_opague(void* state); ^ "./vinput2mcpl.c", line 999: 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); ^ "./vinput2mcpl.c", line 1001: 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); ^ "./vinput2mcpl.c", line 1003: 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); ^ "./vinput2mcpl.c", line 1005: 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); ^ "./vinput2mcpl.c", line 1007: 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); ^ "./vinput2mcpl.c", line 1009: 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); ^ "./vinput2mcpl.c", line 1011: 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); ^ "./vinput2mcpl.c", line 1013: 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); ^ "./vinput2mcpl.c", line 1015: 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); ^ "./vinput2mcpl.c", line 4197: warning: variable "exists" was set but never used [set_but_not_used] int exists=0; ^ "./vinput2mcpl.c", line 4655: warning: variable "num" was declared but never referenced [declared_but_not_referenced] int num = 3; ^ "./vinput2mcpl.c", line 5110: warning: variable "randstate" was declared but never referenced [declared_but_not_referenced] randstate_t randstate[7]; ^ "./vinput2mcpl.c", line 5029: warning: variable "newlen" was declared but never referenced [declared_but_not_referenced] long newlen = 0; ^ "./vinput2mcpl.c", line 6371: warning: variable "status" was set but never used [set_but_not_used] int status; ^ "./vinput2mcpl.c", line 7153: 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 */ ^ "./vinput2mcpl.c", line 7155: 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 */ ^ "./vinput2mcpl.c", line 7162: 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 */ ^ "./vinput2mcpl.c", line 7182: 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); ^ "./vinput2mcpl.c", line 7184: 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); ^ "./vinput2mcpl.c", line 7186: 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, ^ "./vinput2mcpl.c", line 8630: warning: variable "length" was declared but never referenced [declared_but_not_referenced] long length=0; ^ "/users/willend/micromamba/envs/mcstas-dev/include/mcpl.h", line 118: warning: invalid attribute for "struct " [attribute_does_not_apply_to_type] typedef struct MCPL_API { ^ "/users/willend/micromamba/envs/mcstas-dev/include/mcpl.h", line 133: warning: invalid attribute for "struct " [attribute_does_not_apply_to_type] typedef struct MCPL_API { void * internal; } mcpl_file_t; /* file-object used while reading .mcpl */ ^ "/users/willend/micromamba/envs/mcstas-dev/include/mcpl.h", line 134: warning: invalid attribute for "struct " [attribute_does_not_apply_to_type] typedef struct MCPL_API { void * internal; } mcpl_outfile_t; /* file-object used while writing .mcpl */ ^ "/users/willend/micromamba/envs/mcstas-dev/include/mcpl.h", line 353: warning: invalid attribute for "struct " [attribute_does_not_apply_to_type] typedef struct MCPL_API { ^ "/users/willend/micromamba/envs/mcstas-dev/include/mcpl.h", line 391: warning: invalid attribute for "struct " [attribute_does_not_apply_to_type] typedef struct MCPL_API { ^ "./vinput2mcpl.c", line 8866: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./vinput2mcpl.c", line 8854: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 1; ^ "./vinput2mcpl.c", line 8911: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 2; ^ "./vinput2mcpl.c", line 8973: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 3; ^ "./vinput2mcpl.c", line 9488: 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 ^ "./vinput2mcpl.c", line 9799: warning: Routine "class_MCPL_output_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_MCPL_output_trace(_class_MCPL_output *_comp ^ "./vinput2mcpl.c", line 11171: warning: variable "t" was declared but never referenced [declared_but_not_referenced] time_t t; ^ "./vinput2mcpl.c", line 11172: warning: variable "ct" was set but never used [set_but_not_used] clock_t ct; ^ "./vinput2mcpl.c", line 1518: warning: variable "mcstartdate" was set but never used [set_but_not_used] static long mcstartdate = 0; /* start simulation time */ ^ "./vinput2mcpl.c", line 2992: warning: function "strcpy_valid" was declared but never referenced [declared_but_not_referenced] static char *strcpy_valid(char *valid, char *original) ^ mcgenstate: 100, Generating acc routine seq Generating NVIDIA GPU code particle_getvar: 114, Generating acc routine seq Generating NVIDIA GPU code particle_getvar_void: 146, Generating acc routine seq Generating NVIDIA GPU code particle_setvar_void: 170, Generating acc routine seq Generating NVIDIA GPU code particle_setvar_void_array: 192, Generating acc routine seq Generating NVIDIA GPU code particle_restore: 203, Generating acc routine seq Generating NVIDIA GPU code particle_getuservar_byid: 212, Generating acc routine seq Generating NVIDIA GPU code particle_uservar_init: 222, Generating acc routine seq Generating NVIDIA GPU code noprintf: 1567, Generating acc routine seq Generating NVIDIA GPU code str_comp: 1571, Generating acc routine seq Generating NVIDIA GPU code str_len: 1580, Generating acc routine seq Generating NVIDIA GPU code mcget_ncount: 4273, Generating acc routine seq Generating NVIDIA GPU code coords_set: 4707, Generating acc routine seq Generating NVIDIA GPU code coords_get: 4718, Generating acc routine seq Generating NVIDIA GPU code coords_add: 4727, Generating acc routine seq Generating NVIDIA GPU code coords_sub: 4739, Generating acc routine seq Generating NVIDIA GPU code coords_neg: 4751, Generating acc routine seq Generating NVIDIA GPU code coords_scale: 4761, Generating acc routine seq Generating NVIDIA GPU code coords_sp: 4771, Generating acc routine seq Generating NVIDIA GPU code coords_xp: 4779, Generating acc routine seq Generating NVIDIA GPU code coords_len: 4789, Generating acc routine seq Generating NVIDIA GPU code coords_print: 4811, Generating acc routine seq Generating NVIDIA GPU code coords_norm: 4818, Generating acc routine seq Generating NVIDIA GPU code rot_set_rotation: 4864, Generating acc routine seq Generating NVIDIA GPU code rot_test_identity: 4899, Generating acc routine seq Generating NVIDIA GPU code rot_mul: 4910, Generating acc routine seq Generating NVIDIA GPU code rot_copy: 4927, Generating acc routine seq Generating NVIDIA GPU code rot_transpose: 4938, Generating acc routine seq Generating NVIDIA GPU code rot_apply: 4954, Generating acc routine seq Generating NVIDIA GPU code vec_prod_func: 4983, Generating acc routine seq Generating NVIDIA GPU code scalar_prod: 4994, Generating acc routine seq Generating NVIDIA GPU code norm_func: 4998, Generating acc routine seq Generating NVIDIA GPU code sort_absorb_last: 5033, Generating present(particles[:buffer_len],pbuffer[:buffer_len]) Generating implicit firstprivate(tidx) Generating NVIDIA GPU code 5040, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 5049, #pragma acc loop seq 5033, Generating implicit copy(lens[:]) [if not already present] 5040, Generating implicit firstprivate(ll,l) 5051, Accelerator restriction: induction variable live-out from loop: i 5052, Accelerator restriction: induction variable live-out from loop: i 5053, Accelerator restriction: induction variable live-out from loop: i 5054, Accelerator restriction: induction variable live-out from loop: i 5056, Accelerator restriction: induction variable live-out from loop: j 5057, Accelerator restriction: induction variable live-out from loop: j 5058, Accelerator restriction: induction variable live-out from loop: j 5059, Accelerator restriction: induction variable live-out from loop: j 5081, Generating present(pbuffer[:buffer_len]) Generating implicit firstprivate(tidx) Generating NVIDIA GPU code 5085, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 5088, #pragma acc loop seq 5081, Generating implicit copyin(lens[:]) [if not already present] Generating implicit copy(particles[:]) [if not already present] Generating implicit copyin(los[:]) [if not already present] 5088, Generating implicit firstprivate(l) 5105, Generating present(particles[:buffer_len]) Generating implicit firstprivate(accumlen,tidx,mult) Generating NVIDIA GPU code 5109, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 5116, #pragma acc loop seq 5105, Local memory used for targetbuffer,sourcebuffer mccoordschange: 5175, Generating acc routine seq Generating NVIDIA GPU code mccoordschange_polarisation: 5206, Generating acc routine seq Generating NVIDIA GPU code normal_vec: 5223, Generating acc routine seq Generating NVIDIA GPU code solve_2nd_order: 5322, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_circle: 5406, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_rect_angular: 5472, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_rect_real: 5549, Generating acc routine seq Generating NVIDIA GPU code kiss_srandom: 5821, Generating acc routine seq Generating NVIDIA GPU code kiss_random: 5833, Generating acc routine seq Generating NVIDIA GPU code _hash: 5865, Generating acc routine seq Generating NVIDIA GPU code _randnorm2: 5906, Generating acc routine seq Generating NVIDIA GPU code _randtriangle: 5917, Generating acc routine seq Generating NVIDIA GPU code _rand01: 5922, Generating acc routine seq Generating NVIDIA GPU code _rand01_opague: 5929, Generating acc routine seq Generating NVIDIA GPU code _randpm1: 5940, Generating acc routine seq Generating NVIDIA GPU code _rand0max: 5948, Generating acc routine seq Generating NVIDIA GPU code _randminmax: 5955, Generating acc routine seq Generating NVIDIA GPU code mcsetstate: 6640, Generating acc routine seq Generating NVIDIA GPU code mcgetstate: 6680, Generating acc routine seq Generating NVIDIA GPU code inside_rectangle: 6754, Generating acc routine seq Generating NVIDIA GPU code box_intersect: 6771, Generating acc routine seq Generating NVIDIA GPU code cylinder_intersect: 6886, Generating acc routine seq Generating NVIDIA GPU code sphere_intersect: 6941, Generating acc routine seq Generating NVIDIA GPU code Table_Index: 7963, Generating acc routine seq Generating NVIDIA GPU code Table_Value: 8031, Generating acc routine seq Generating NVIDIA GPU code Table_Value2d: 8110, Generating acc routine seq Generating NVIDIA GPU code Table_Interp1d: 8578, Generating acc routine seq Generating NVIDIA GPU code Table_Interp1d_nearest: 8594, Generating acc routine seq Generating NVIDIA GPU code Table_Interp2d: 8612, Generating acc routine seq Generating NVIDIA GPU code init: 9446, Generating update device(_mcpl_output_var,_virtual_output_var,_origin_var,_instrument_var) class_Progress_bar_trace: 9489, Generating acc routine seq Generating NVIDIA GPU code class_MCPL_output_trace: 9800, Generating acc routine seq Generating NVIDIA GPU code raytrace_all_funnel: 10165, Generating present(particles[:livebatchsize]) Generating implicit firstprivate(livebatchsize) Generating NVIDIA GPU code 10169, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 10169, Generating implicit firstprivate(seed,_particle) 10178, Generating present(particles[:livebatchsize]) Generating implicit firstprivate(livebatchsize) Generating NVIDIA GPU code 10183, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 10178, Local memory used for .inl_c_8572,_particle_save,.inl_.inl_c_1920_8587,.inl_.inl_.inl_b_1905_1926_8592,.inl_.inl_.inl_.X2033_1904_1925_8591,.inl_.inl_b_1916_8586,.inl_.inl_c_1912_8580,.inl_.inl_.inl_.X2033_1904_1936_8602,.inl_.inl_.X2033_1910_8577,.inl_.inl_b_1911_8578,.inl_.X2017_8564,.inl_.inl_b_1927_8597,.inl_c_8561,.inl_.inl_.inl_b_1905_1937_8603,.inl_.inl_.X2017_1915_8581,.inl_a_8556,.inl_.X2015_8560,.inl_.X2016_8569,.inl_b_8570,.inl_.inl_c_1931_8598 10225, Generating present(particles[:livebatchsize]) Generating implicit firstprivate(livebatchsize) Generating NVIDIA GPU code 10228, #pragma acc loop gang, vector(128) /* blockIdx.x threadIdx.x */ 10225, Local memory used for _particle_save,.inl_c_8674,.inl_.inl_c_1920_8689,.inl_.inl_.inl_b_1905_1926_8694,.inl_.inl_.inl_.X2033_1904_1925_8693,.inl_.inl_b_1916_8688,.inl_.inl_c_1912_8682,.inl_.inl_.inl_.X2033_1904_1936_8704,.inl_.inl_.X2033_1910_8679,.inl_.inl_b_1911_8680,.inl_.X2017_8666,.inl_.inl_b_1927_8699,.inl_c_8663,.inl_.inl_.inl_b_1905_1937_8705,.inl_.inl_.X2017_1915_8683,.inl_a_8658,.inl_.X2015_8662,.inl_.X2016_8671,.inl_b_8672,.inl_.inl_c_1931_8700 9852, Loop carried scalar dependence for .inl_.inl_.inl_str1_46_3733_8715 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str2_47_3734_8716 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str1_66_3764_8745 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str1_48_3737_8718 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str1_46_3733_8715 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str2_49_3738_8719 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str2_47_3734_8716 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str1_50_3740_8721 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str1_48_3737_8718 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str2_51_3741_8722 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str2_49_3738_8719 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str1_52_3743_8724 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str1_50_3740_8721 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str2_53_3744_8725 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str2_51_3741_8722 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str1_54_3746_8727 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str1_52_3743_8724 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str2_55_3747_8728 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str2_53_3744_8725 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str1_56_3749_8730 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str1_54_3746_8727 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str2_57_3750_8731 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str2_55_3747_8728 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str1_58_3752_8733 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str1_56_3749_8730 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str2_59_3753_8734 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str2_57_3750_8731 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str1_60_3755_8736 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str1_58_3752_8733 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str2_61_3756_8737 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str2_59_3753_8734 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str1_62_3758_8739 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str1_60_3755_8736 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str2_63_3759_8740 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str2_61_3756_8737 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str1_64_3761_8742 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str1_62_3758_8739 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str2_65_3762_8743 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str2_63_3759_8740 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str1_66_3764_8745 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str1_64_3761_8742 at line 9852 Loop carried scalar dependence for .inl_.inl_.inl_str2_67_3765_8746 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str2_67_3765_8746 at line 9852 Scalar last value needed after loop for .inl_.inl_.inl_str2_65_3762_8743 at line 9852 finally: 10695, Generating update self(_mcpl_output_var,_origin_var,_virtual_output_var,_instrument_var) mcenabletrace: 6076, Generating update device(mcdotrace) DEBUG: CMD: nvc finished INFO: ===