INFO: No output directory specified (--dir) INFO: Using directory: "WOFSANS_20260814_100744" INFO: Regenerating c-file: WOFSANS.c DEBUG: CMD: /users/willend/micromamba/envs/mcstas-dev/bin/mcstas -t -o ./WOFSANS.c WOFSANS.instr Info: 'Conics_PH' is a contributed component. Info: 'Conics_EH' is a contributed component. CFLAGS= ----------------------------------------------------------- Generating single GPU kernel or single CPU section layout: ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: ----------------------------------------------------------- DEBUG: CMD: /users/willend/micromamba/envs/mcstas-dev/bin/mcstas finished INFO: Recompiling: ./WOFSANS.out DEBUG: CMD: nvc -o ./WOFSANS.out ./WOFSANS.c -lm -fast -Minfo=accel -acc=gpu -gpu=mem:managed -DOPENACC "./WOFSANS.c", line 91: 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 " "./WOFSANS.c", line 93: 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, ^ "./WOFSANS.c", line 96: 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, ^ "./WOFSANS.c", line 110: 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); ^ "./WOFSANS.c", line 114: 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); ^ "./WOFSANS.c", line 144: 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); ^ "./WOFSANS.c", line 114: 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); ^ "./WOFSANS.c", line 175: 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*); ^ "./WOFSANS.c", line 199: 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); ^ "./WOFSANS.c", line 210: 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); ^ "./WOFSANS.c", line 221: 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){ ^ "./WOFSANS.c", line 233: 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){ ^ "./WOFSANS.c", line 302: warning: Routine "noprintf" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int noprintf(); ^ "./WOFSANS.c", line 304: 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); ^ "./WOFSANS.c", line 655: 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 */ ^ "./WOFSANS.c", line 878: 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); ^ "./WOFSANS.c", line 895: 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); ^ "./WOFSANS.c", line 897: 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]); ^ "./WOFSANS.c", line 905: 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); ^ "./WOFSANS.c", line 907: 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); ^ "./WOFSANS.c", line 909: 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); ^ "./WOFSANS.c", line 911: 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); ^ "./WOFSANS.c", line 913: 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); ^ "./WOFSANS.c", line 916: 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); ^ "./WOFSANS.c", line 1012: 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); ^ "./WOFSANS.c", line 1014: 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); ^ "./WOFSANS.c", line 1016: 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); ^ "./WOFSANS.c", line 1018: 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); ^ "./WOFSANS.c", line 1020: 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); ^ "./WOFSANS.c", line 1022: 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); ^ "./WOFSANS.c", line 1024: 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); ^ "./WOFSANS.c", line 1026: 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); ^ "./WOFSANS.c", line 1028: 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); ^ "./WOFSANS.c", line 4210: warning: variable "exists" was set but never used [set_but_not_used] int exists=0; ^ "./WOFSANS.c", line 4668: warning: variable "num" was declared but never referenced [declared_but_not_referenced] int num = 3; ^ "./WOFSANS.c", line 6384: warning: variable "status" was set but never used [set_but_not_used] int status; ^ "./WOFSANS.c", line 7202: 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 */ ^ "./WOFSANS.c", line 7204: 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 */ ^ "./WOFSANS.c", line 7211: 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 */ ^ "./WOFSANS.c", line 7231: 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); ^ "./WOFSANS.c", line 7233: 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); ^ "./WOFSANS.c", line 7235: 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, ^ "./WOFSANS.c", line 8932: 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); ^ "./WOFSANS.c", line 11094: warning: variable "dt" was set but never used [set_but_not_used] double dt, dy; ^ "./WOFSANS.c", line 11094: warning: variable "dy" was set but never used [set_but_not_used] double dt, dy; ^ "./WOFSANS.c", line 11121: warning: variable "dx" was set but never used [set_but_not_used] double dx, dy; ^ "./WOFSANS.c", line 11121: warning: variable "dy" was set but never used [set_but_not_used] double dx, dy; ^ "./WOFSANS.c", line 11282: 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, ^ "./WOFSANS.c", line 11305: 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, ^ "./WOFSANS.c", line 11326: 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, ^ "./WOFSANS.c", line 11413: 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) { ^ "./WOFSANS.c", line 11418: 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) { ^ "./WOFSANS.c", line 11427: 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) ^ "./WOFSANS.c", line 11453: 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) ^ "./WOFSANS.c", line 11456: 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; ^ "./WOFSANS.c", line 11456: 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; ^ "./WOFSANS.c", line 11456: 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; ^ "./WOFSANS.c", line 11456: 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; ^ "./WOFSANS.c", line 11456: 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; ^ "./WOFSANS.c", line 11456: 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; ^ "./WOFSANS.c", line 11516: 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) ^ "./WOFSANS.c", line 11646: 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, ^ "./WOFSANS.c", line 11690: 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, ^ "./WOFSANS.c", line 11811: warning: variable "plane_Eq" was declared but never referenced [declared_but_not_referenced] double plane_Eq [4]; ^ "./WOFSANS.c", line 11923: 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) ^ "./WOFSANS.c", line 11935: 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) ^ "./WOFSANS.c", line 11970: 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) ^ "./WOFSANS.c", line 12226: 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) { ^ "./WOFSANS.c", line 12232: 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) ^ "/usr/include/math.h", line 30: warning: #warning directive: A macro called log was already defined when was included. [warning_directive] # warning A macro called log was already defined when was included. ^ "/usr/include/math.h", line 31: warning: #warning directive: This will cause compilation problems. [warning_directive] # warning This will cause compilation problems. ^ "./WOFSANS.c", line 14670: warning: statement is unreachable [code_is_unreachable] return ga; ^ "./WOFSANS.c", line 17695: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 17683: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 1; ^ "./WOFSANS.c", line 17740: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 2; ^ "./WOFSANS.c", line 17860: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 3; ^ "./WOFSANS.c", line 17936: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 4; ^ "./WOFSANS.c", line 18014: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 5; ^ "./WOFSANS.c", line 18212: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 6; ^ "./WOFSANS.c", line 18298: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 7; ^ "./WOFSANS.c", line 18386: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 8; ^ "./WOFSANS.c", line 18474: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 9; ^ "./WOFSANS.c", line 18550: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 10; ^ "./WOFSANS.c", line 18628: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 11; ^ "./WOFSANS.c", line 18826: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 12; ^ "./WOFSANS.c", line 18912: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 13; ^ "./WOFSANS.c", line 19000: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 14; ^ "./WOFSANS.c", line 19088: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 15; ^ "./WOFSANS.c", line 19186: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 19174: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 16; ^ "./WOFSANS.c", line 19235: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 17; ^ "./WOFSANS.c", line 19300: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 18; ^ "./WOFSANS.c", line 19376: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 19; ^ "./WOFSANS.c", line 19454: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 20; ^ "./WOFSANS.c", line 19652: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 21; ^ "./WOFSANS.c", line 19738: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 22; ^ "./WOFSANS.c", line 19826: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 23; ^ "./WOFSANS.c", line 19933: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 19914: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 24; ^ "./WOFSANS.c", line 19998: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 19986: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 25; ^ "./WOFSANS.c", line 20047: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 26; ^ "./WOFSANS.c", line 20123: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 27; ^ "./WOFSANS.c", line 20201: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 28; ^ "./WOFSANS.c", line 20399: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 29; ^ "./WOFSANS.c", line 20485: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 30; ^ "./WOFSANS.c", line 20573: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 31; ^ "./WOFSANS.c", line 20681: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 20661: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 32; ^ "./WOFSANS.c", line 20738: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 33; ^ "./WOFSANS.c", line 20802: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 34; ^ "./WOFSANS.c", line 20878: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 35; ^ "./WOFSANS.c", line 20956: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 36; ^ "./WOFSANS.c", line 21154: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 37; ^ "./WOFSANS.c", line 21240: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 38; ^ "./WOFSANS.c", line 21328: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 39; ^ "./WOFSANS.c", line 21435: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 21416: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 40; ^ "./WOFSANS.c", line 21488: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 41; ^ "./WOFSANS.c", line 21566: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 42; ^ "./WOFSANS.c", line 21764: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 43; ^ "./WOFSANS.c", line 21850: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 44; ^ "./WOFSANS.c", line 21938: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 45; ^ "./WOFSANS.c", line 22026: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 46; ^ "./WOFSANS.c", line 22102: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 47; ^ "./WOFSANS.c", line 22180: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 48; ^ "./WOFSANS.c", line 22378: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 49; ^ "./WOFSANS.c", line 22464: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 50; ^ "./WOFSANS.c", line 22552: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 51; ^ "./WOFSANS.c", line 22640: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 52; ^ "./WOFSANS.c", line 22705: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 53; ^ "./WOFSANS.c", line 22781: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 54; ^ "./WOFSANS.c", line 22859: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 55; ^ "./WOFSANS.c", line 23057: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 56; ^ "./WOFSANS.c", line 23143: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 57; ^ "./WOFSANS.c", line 23231: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 58; ^ "./WOFSANS.c", line 23319: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 59; ^ "./WOFSANS.c", line 23384: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 60; ^ "./WOFSANS.c", line 23467: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 61; ^ "./WOFSANS.c", line 23531: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 62; ^ "./WOFSANS.c", line 23607: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 63; ^ "./WOFSANS.c", line 23685: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 64; ^ "./WOFSANS.c", line 23883: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 65; ^ "./WOFSANS.c", line 23969: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 66; ^ "./WOFSANS.c", line 24057: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 67; ^ "./WOFSANS.c", line 24145: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 68; ^ "./WOFSANS.c", line 24221: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 69; ^ "./WOFSANS.c", line 24297: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 70; ^ "./WOFSANS.c", line 24373: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 71; ^ "./WOFSANS.c", line 24449: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 72; ^ "./WOFSANS.c", line 24527: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 73; ^ "./WOFSANS.c", line 24605: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 74; ^ "./WOFSANS.c", line 24683: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 75; ^ "./WOFSANS.c", line 24761: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 76; ^ "./WOFSANS.c", line 24847: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 77; ^ "./WOFSANS.c", line 24933: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 78; ^ "./WOFSANS.c", line 25019: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 79; ^ "./WOFSANS.c", line 25105: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 80; ^ "./WOFSANS.c", line 25193: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 81; ^ "./WOFSANS.c", line 25281: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 82; ^ "./WOFSANS.c", line 25369: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 83; ^ "./WOFSANS.c", line 25457: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 84; ^ "./WOFSANS.c", line 25545: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 85; ^ "./WOFSANS.c", line 25633: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 86; ^ "./WOFSANS.c", line 25721: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 87; ^ "./WOFSANS.c", line 25809: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 88; ^ "./WOFSANS.c", line 25885: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 89; ^ "./WOFSANS.c", line 25963: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 90; ^ "./WOFSANS.c", line 26049: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 91; ^ "./WOFSANS.c", line 26137: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 92; ^ "./WOFSANS.c", line 27370: warning: variable "alpha_h" was set but never used [set_but_not_used] double th_c, alpha_p, alpha_h, fp2, dr, rr, cH, theta_1, theta_2, theta_i; ^ "./WOFSANS.c", line 27370: warning: variable "fp2" was declared but never referenced [declared_but_not_referenced] double th_c, alpha_p, alpha_h, fp2, dr, rr, cH, theta_1, theta_2, theta_i; ^ "./WOFSANS.c", line 27491: warning: variable "th_c" was declared but never referenced [declared_but_not_referenced] double th_c, alpha_p, alpha_h, fp2, dr, rr, cH, theta_1, theta_2, theta_i; ^ "./WOFSANS.c", line 27491: warning: variable "alpha_p" was declared but never referenced [declared_but_not_referenced] double th_c, alpha_p, alpha_h, fp2, dr, rr, cH, theta_1, theta_2, theta_i; ^ "./WOFSANS.c", line 27491: warning: variable "alpha_h" was declared but never referenced [declared_but_not_referenced] double th_c, alpha_p, alpha_h, fp2, dr, rr, cH, theta_1, theta_2, theta_i; ^ "./WOFSANS.c", line 27491: warning: variable "fp2" was declared but never referenced [declared_but_not_referenced] double th_c, alpha_p, alpha_h, fp2, dr, rr, cH, theta_1, theta_2, theta_i; ^ "./WOFSANS.c", line 28065: 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 ^ "./WOFSANS.c", line 28144: warning: Routine "class_Source_gen_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_Source_gen_trace(_class_Source_gen *_comp ^ "./WOFSANS.c", line 28362: 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 ^ "./WOFSANS.c", line 28433: warning: Routine "class_L_monitor_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_L_monitor_trace(_class_L_monitor *_comp ^ "./WOFSANS.c", line 28504: 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 ^ "./WOFSANS.c", line 28788: warning: Routine "class_Divergence_monitor_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_Divergence_monitor_trace(_class_Divergence_monitor *_comp ^ "./WOFSANS.c", line 28814: warning: variable "v" was declared but never referenced [declared_but_not_referenced] double v, vn; ^ "./WOFSANS.c", line 28875: warning: Routine "class_DivLambda_monitor_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_DivLambda_monitor_trace(_class_DivLambda_monitor *_comp ^ "./WOFSANS.c", line 28903: warning: variable "v" was declared but never referenced [declared_but_not_referenced] double v, vn; ^ "./WOFSANS.c", line 28970: warning: Routine "class_Brilliance_monitor_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_Brilliance_monitor_trace(_class_Brilliance_monitor *_comp ^ "./WOFSANS.c", line 29014: warning: variable "div" was declared but never referenced [declared_but_not_referenced] double div; ^ "./WOFSANS.c", line 29102: warning: Routine "class_Slit_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_Slit_trace(_class_Slit *_comp ^ "./WOFSANS.c", line 29146: warning: Routine "class_Conics_PH_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_Conics_PH_trace(_class_Conics_PH *_comp ^ "./WOFSANS.c", line 29208: warning: Routine "class_Beamstop_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_Beamstop_trace(_class_Beamstop *_comp ^ "./WOFSANS.c", line 29255: warning: Routine "class_Conics_EH_trace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] void class_Conics_EH_trace(_class_Conics_EH *_comp ^ "./WOFSANS.c", line 29335: warning: Routine "raytrace" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int raytrace(_class_particle* _particle) { /* single event propagation, called by mccode_main for WOFSANS:TRACE */ ^ "./WOFSANS.c", line 35796: warning: variable "t" was declared but never referenced [declared_but_not_referenced] time_t t; ^ "./WOFSANS.c", line 35797: warning: variable "ct" was set but never used [set_but_not_used] clock_t ct; ^ "./WOFSANS.c", line 1531: warning: variable "mcstartdate" was set but never used [set_but_not_used] static long mcstartdate = 0; /* start simulation time */ ^ "./WOFSANS.c", line 3005: warning: function "strcpy_valid" was declared but never referenced [declared_but_not_referenced] static char *strcpy_valid(char *valid, char *original) ^ mcgenstate: 103, Generating acc routine seq Generating NVIDIA GPU code particle_getvar: 117, Generating acc routine seq Generating NVIDIA GPU code particle_getvar_void: 151, Generating acc routine seq Generating NVIDIA GPU code particle_setvar_void: 177, Generating acc routine seq Generating NVIDIA GPU code particle_setvar_void_array: 201, Generating acc routine seq Generating NVIDIA GPU code particle_restore: 212, Generating acc routine seq Generating NVIDIA GPU code particle_getuservar_byid: 221, Generating acc routine seq Generating NVIDIA GPU code particle_uservar_init: 233, Generating acc routine seq Generating NVIDIA GPU code noprintf: 1580, Generating acc routine seq Generating NVIDIA GPU code str_comp: 1584, Generating acc routine seq Generating NVIDIA GPU code str_len: 1593, Generating acc routine seq Generating NVIDIA GPU code mcget_ncount: 4286, Generating acc routine seq Generating NVIDIA GPU code coords_set: 4720, Generating acc routine seq Generating NVIDIA GPU code coords_get: 4731, Generating acc routine seq Generating NVIDIA GPU code coords_add: 4740, Generating acc routine seq Generating NVIDIA GPU code coords_sub: 4752, Generating acc routine seq Generating NVIDIA GPU code coords_neg: 4764, Generating acc routine seq Generating NVIDIA GPU code coords_scale: 4774, Generating acc routine seq Generating NVIDIA GPU code coords_sp: 4784, Generating acc routine seq Generating NVIDIA GPU code coords_xp: 4792, Generating acc routine seq Generating NVIDIA GPU code coords_len: 4802, Generating acc routine seq Generating NVIDIA GPU code coords_print: 4824, Generating acc routine seq Generating NVIDIA GPU code coords_norm: 4831, Generating acc routine seq Generating NVIDIA GPU code rot_set_rotation: 4877, Generating acc routine seq Generating NVIDIA GPU code rot_test_identity: 4912, Generating acc routine seq Generating NVIDIA GPU code rot_mul: 4923, Generating acc routine seq Generating NVIDIA GPU code rot_copy: 4940, Generating acc routine seq Generating NVIDIA GPU code rot_transpose: 4951, Generating acc routine seq Generating NVIDIA GPU code rot_apply: 4967, Generating acc routine seq Generating NVIDIA GPU code vec_prod_func: 4996, Generating acc routine seq Generating NVIDIA GPU code scalar_prod: 5007, Generating acc routine seq Generating NVIDIA GPU code norm_func: 5011, Generating acc routine seq Generating NVIDIA GPU code mccoordschange: 5188, Generating acc routine seq Generating NVIDIA GPU code mccoordschange_polarisation: 5219, Generating acc routine seq Generating NVIDIA GPU code normal_vec: 5236, Generating acc routine seq Generating NVIDIA GPU code solve_2nd_order: 5335, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_circle: 5419, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_rect_angular: 5485, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_rect_real: 5562, Generating acc routine seq Generating NVIDIA GPU code kiss_srandom: 5834, Generating acc routine seq Generating NVIDIA GPU code kiss_random: 5846, Generating acc routine seq Generating NVIDIA GPU code _hash: 5878, Generating acc routine seq Generating NVIDIA GPU code _randnorm2: 5919, Generating acc routine seq Generating NVIDIA GPU code _randtriangle: 5930, Generating acc routine seq Generating NVIDIA GPU code _rand01: 5935, Generating acc routine seq Generating NVIDIA GPU code _rand01_opague: 5942, Generating acc routine seq Generating NVIDIA GPU code _randpm1: 5953, Generating acc routine seq Generating NVIDIA GPU code _rand0max: 5961, Generating acc routine seq Generating NVIDIA GPU code _randminmax: 5968, Generating acc routine seq Generating NVIDIA GPU code mcsetstate: 6653, Generating acc routine seq Generating NVIDIA GPU code mcgetstate: 6693, Generating acc routine seq Generating NVIDIA GPU code SCATTER_func: 6712, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code inside_rectangle: 6767, Generating acc routine seq Generating NVIDIA GPU code box_intersect: 6784, Generating acc routine seq Generating NVIDIA GPU code cylinder_intersect: 6899, Generating acc routine seq Generating NVIDIA GPU code sphere_intersect: 6954, Generating acc routine seq Generating NVIDIA GPU code Table_Index: 8012, Generating acc routine seq Generating NVIDIA GPU code Table_Value: 8080, Generating acc routine seq Generating NVIDIA GPU code Table_Value2d: 8159, Generating acc routine seq Generating NVIDIA GPU code Table_Interp1d: 8627, Generating acc routine seq Generating NVIDIA GPU code Table_Interp1d_nearest: 8643, Generating acc routine seq Generating NVIDIA GPU code Table_Interp2d: 8661, Generating acc routine seq Generating NVIDIA GPU code SG_Maxwell: 8709, Generating acc routine seq Generating NVIDIA GPU code Monitor_nD_Trace: 10070, Generating acc routine seq Generating NVIDIA GPU code off_F: 11413, Generating acc routine seq Generating NVIDIA GPU code off_sign: 11418, Generating acc routine seq Generating NVIDIA GPU code off_normal: 11428, Generating acc routine seq Generating NVIDIA GPU code off_pnpoly: 11454, Generating acc routine seq Generating NVIDIA GPU code off_intersectPoly: 11517, Generating acc routine seq Generating NVIDIA GPU code off_init_planes: 11648, Generating acc routine seq Generating NVIDIA GPU code off_clip_3D_mod: 11693, Generating acc routine seq Generating NVIDIA GPU code off_clip_3D_mod_grav: 11808, Generating acc routine seq Generating NVIDIA GPU code off_compare: 11924, Generating acc routine seq Generating NVIDIA GPU code off_cleanDouble: 11936, Generating acc routine seq Generating NVIDIA GPU code off_cleanInOut: 11971, Generating acc routine seq Generating NVIDIA GPU code Min_int: 12226, Generating acc routine seq Generating NVIDIA GPU code merge: 12233, Generating acc routine seq Generating NVIDIA GPU code CUDA global memory used for L,R p_to_quadratic: 12341, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code quadraticSolve: 12356, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code off_intersect_all: 12410, Generating acc routine seq Generating NVIDIA GPU code off_intersect: 12527, Generating acc routine seq Generating NVIDIA GPU code off_x_intersect: 12549, Generating acc routine seq Generating NVIDIA GPU code StdReflecFunc: 12791, Generating acc routine seq Generating NVIDIA GPU code TableReflecFunc: 12850, Generating acc routine seq Generating NVIDIA GPU code makePoint: 13211, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code makeVec: 13226, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getMagVec: 13236, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code dotVec: 13241, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code difVec: 13246, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code skalarVec: 13256, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code get_class_particlePos: 13298, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code get_class_particleVel: 13303, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code move_class_particleT: 13315, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code copyMove_class_particleT: 13356, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code absorb_class_particle: 13397, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code solveQuad: 13419, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code sign: 13451, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getTimeOfFirstCollisionDetector: 13685, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code traceNeutronDetector: 13700, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getTimeOfFirstCollisionDisk: 13821, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code traceNeutronDisk: 13837, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getNormConic: 14291, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getNormFlat: 14313, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getTimeOfFirstCollisionConic: 14341, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getTimeOfFirstCollisionFlat: 14369, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code rotateM: 14412, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code reflectNeutronConic: 14487, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code refractNeutronFlat: 14574, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code reflectNeutronFlat: 14617, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code traceNeutronConic: 14680, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code traceNeutronFlat: 14703, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code traceSingleNeutron: 14762, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code init: 27621, Generating update device(coeff2,coeff1) 28023, Generating update device(_nD9_var,_PSD_slit_cPH_var,_psd_PHfocus1_var,_l_PHfocus1_var,_monolith_slit2_var,_divergence_monitor_PHfocus1_var,_h_divlambda_PHfocus1_var,_v_divlambda_PHfocus1_var,_origin_var,_l_13_var,_nD1_var,_divergence_monitor_13_var,_h_divlambda_13_var,_v_divlambda_13_var,_l_slit_focusPH_var,_monolith_slit1_var,_psd_monitor_detector_var,_l_detector_var,_nD2_var,_divergence_monitor_detector_var,_h_divlambda_cPH_var,_v_divlambda_cPH_var,_PSD_13_var,_slit_EH_var,_PSD_before_slit_cPH_var,_l_monolith_var,_nD3_var,_divergence_monitor_monolith_var,_h_divlambda_monolith_var,_v_divlambda_monolith_var,_cEH_var,_beamstop_cEH_var,_psd_cEH_var,_l_cEH_var,_nD4_var,_divergence_monitor_cEH_var,_h_divlambda_cEH_var,_v_divlambda_cEH_var,_psd_Source_var,_l_Source_var,_nD5_var,_divergence_monitor_Source_var,_h_divlambda_Source_var,_v_divlambda_Source_var,_psd_FocusingPosition_var,_l_FocusingPosition_var,_nD6_var,_divergence_monitor_FocusingPosition_var,_h_divlambda_FocusingPosition_var,_v_divlambda_FocusingPosition_var,_slit_cPH_var,_psd_monolith_var,_l_slit_cPH_var,_nD7_var,_divergence_monitor_slit_cPH_var,_h_divlambda_slit_cPH_var,_v_divlambda_slit_focusPH_var,_v_divlambda_slit_cPH_var,_psd_slit_focusPH_var,_beamstop_cPH_var,_Source_var,_psd_bunker_var,_l_bunker_var,_nD8_var,_divergence_monitor_bunker_var,_h_divlambda_bunker_var,_v_divlambda_bunker_var,_BrillmonLD2_var,_PSD_10_var,_PSD_11_var,_PSD_12_var,_instrument_var,_l_10_var,_l_11_var,_l_12_var,_cPH_var,_divergence_monitor_10_var,_divergence_monitor_11_var,_divergence_monitor_12_var,_divergence_monitor_slit_focusPH_var,_divlambda_detector_var,_h_divlambda_11_var,_h_divlambda_12_var,_slit_focusPH_var,_v_divlambda_10_var,_v_divlambda_11_var,_v_divlambda_12_var,_psd_monitor_detector_big_var,_l_cPH_var,_divergence_monitor_cPH_var,_divlambda_10_var,_psd_cPH_var,_h_divlambda_slit_focusPH_var) class_Progress_bar_trace: 28066, Generating acc routine seq Generating NVIDIA GPU code class_Source_gen_trace: 28145, Generating acc routine seq Generating NVIDIA GPU code class_PSD_monitor_trace: 28363, Generating acc routine seq Generating NVIDIA GPU code class_L_monitor_trace: 28434, Generating acc routine seq Generating NVIDIA GPU code class_Monitor_nD_trace: 28505, Generating acc routine seq Generating NVIDIA GPU code class_Divergence_monitor_trace: 28789, Generating acc routine seq Generating NVIDIA GPU code class_DivLambda_monitor_trace: 28876, Generating acc routine seq Generating NVIDIA GPU code class_Brilliance_monitor_trace: 28971, Generating acc routine seq Generating NVIDIA GPU code class_Slit_trace: 29103, Generating acc routine seq Generating NVIDIA GPU code class_Conics_PH_trace: 29147, Generating acc routine seq Generating NVIDIA GPU code class_Beamstop_trace: 29209, Generating acc routine seq Generating NVIDIA GPU code class_Conics_EH_trace: 29256, Generating acc routine seq Generating NVIDIA GPU code raytrace: 29335, Generating acc routine seq Generating NVIDIA GPU code raytrace_all: 31329, Generating implicit firstprivate(gpu_innerloop) Generating NVIDIA GPU code 31343, #pragma acc loop gang(numgangs), vector(vecsize) /* blockIdx.x threadIdx.x */ 31329, Local memory used for particleN 31343, Generating implicit firstprivate(seed,_particle) finally: 34202, Generating update self(_nD9_var,_PSD_slit_cPH_var,_psd_PHfocus1_var,_l_PHfocus1_var,_monolith_slit2_var,_divergence_monitor_PHfocus1_var,_h_divlambda_PHfocus1_var,_v_divlambda_PHfocus1_var,_origin_var,_l_13_var,_nD1_var,_divergence_monitor_13_var,_h_divlambda_13_var,_v_divlambda_13_var,_l_slit_focusPH_var,_monolith_slit1_var,_psd_monitor_detector_var,_l_detector_var,_nD2_var,_divergence_monitor_detector_var,_h_divlambda_cPH_var,_v_divlambda_cPH_var,_PSD_13_var,_slit_EH_var,_PSD_before_slit_cPH_var,_l_monolith_var,_nD3_var,_divergence_monitor_monolith_var,_h_divlambda_monolith_var,_v_divlambda_monolith_var,_cEH_var,_beamstop_cEH_var,_psd_cEH_var,_l_cEH_var,_nD4_var,_divergence_monitor_cEH_var,_h_divlambda_cEH_var,_v_divlambda_cEH_var,_psd_Source_var,_l_Source_var,_nD5_var,_divergence_monitor_Source_var,_h_divlambda_Source_var,_v_divlambda_Source_var,_psd_FocusingPosition_var,_l_FocusingPosition_var,_nD6_var,_divergence_monitor_FocusingPosition_var,_h_divlambda_FocusingPosition_var,_v_divlambda_FocusingPosition_var,_slit_cPH_var,_psd_monolith_var,_l_slit_cPH_var,_nD7_var,_divergence_monitor_slit_cPH_var,_h_divlambda_slit_cPH_var,_v_divlambda_slit_focusPH_var,_v_divlambda_slit_cPH_var,_psd_slit_focusPH_var,_beamstop_cPH_var,_Source_var,_psd_bunker_var,_l_bunker_var,_nD8_var,_divergence_monitor_bunker_var,_h_divlambda_bunker_var,_v_divlambda_bunker_var,_BrillmonLD2_var,_PSD_10_var,_PSD_11_var,_PSD_12_var,_instrument_var,_l_10_var,_l_11_var,_l_12_var,_cPH_var,_divergence_monitor_10_var,_divergence_monitor_11_var,_divergence_monitor_12_var,_divergence_monitor_slit_focusPH_var,_divlambda_detector_var,_h_divlambda_11_var,_h_divlambda_12_var,_slit_focusPH_var,_v_divlambda_10_var,_v_divlambda_11_var,_v_divlambda_12_var,_psd_monitor_detector_big_var,_l_cPH_var,_divergence_monitor_cPH_var,_divlambda_10_var,_psd_cPH_var,_h_divlambda_slit_focusPH_var) mcenabletrace: 6089, Generating update device(mcdotrace) DEBUG: CMD: nvc finished INFO: ===