INFO: No output directory specified (--dir) INFO: Using directory: "WOFSANS_20251212_001927" INFO: Regenerating c-file: WOFSANS.c DEBUG: CMD: /u/data/pkwi/McStas/mcstas/3.x-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: /u/data/pkwi/McStas/mcstas/3.x-dev/bin/mcstas finished INFO: Recompiling: ./WOFSANS.out DEBUG: CMD: nvc -o ./WOFSANS.out ./WOFSANS.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 "./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 112: warning: Routine "particle_getvar" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] double particle_getvar(_class_particle *p, char *name, int *suc); ^ "./WOFSANS.c", line 116: warning: Routine "str_comp" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int str_comp(char *str1, char *str2); ^ "./WOFSANS.c", line 146: 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 116: warning: Routine "str_comp" will be treated as sequential because its "routine" directive doesn't specify a level of parallelism [no_routine_type] int str_comp(char *str1, char *str2); ^ "./WOFSANS.c", line 177: 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 201: 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 212: 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 223: 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 235: 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 304: 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 306: 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 657: 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 1009: 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 1011: 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 1013: 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 1015: 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 1017: 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 1019: 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 1021: 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 1023: 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 1025: 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 4640: warning: variable "num" was declared but never referenced [declared_but_not_referenced] int num = 3; ^ "./WOFSANS.c", line 6341: warning: variable "status" was set but never used [set_but_not_used] int status; ^ "./WOFSANS.c", line 7145: 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 7147: 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 7154: 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 7174: 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 7176: 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 7178: 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 8853: 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 10939: warning: variable "dt" was set but never used [set_but_not_used] double dt, dy; ^ "./WOFSANS.c", line 10939: warning: variable "dy" was set but never used [set_but_not_used] double dt, dy; ^ "./WOFSANS.c", line 10966: warning: variable "dx" was set but never used [set_but_not_used] double dx, dy; ^ "./WOFSANS.c", line 10966: warning: variable "dy" was set but never used [set_but_not_used] double dx, dy; ^ "./WOFSANS.c", line 11127: 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 11150: 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 11171: 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 11258: 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 11263: 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 11272: 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 11298: 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 11301: 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 11301: 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 11301: 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 11301: 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 11301: 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 11301: 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 11361: 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 11491: 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 11535: 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 11656: warning: variable "plane_Eq" was declared but never referenced [declared_but_not_referenced] double plane_Eq [4]; ^ "./WOFSANS.c", line 11768: 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 11780: 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 11815: 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 12071: 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 12077: 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 14495: warning: statement is unreachable [code_is_unreachable] return ga; ^ "./WOFSANS.c", line 17488: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 17476: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 1; ^ "./WOFSANS.c", line 17533: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 2; ^ "./WOFSANS.c", line 17653: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 3; ^ "./WOFSANS.c", line 17729: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 4; ^ "./WOFSANS.c", line 17807: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 5; ^ "./WOFSANS.c", line 17933: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 6; ^ "./WOFSANS.c", line 18019: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 7; ^ "./WOFSANS.c", line 18107: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 8; ^ "./WOFSANS.c", line 18195: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 9; ^ "./WOFSANS.c", line 18271: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 10; ^ "./WOFSANS.c", line 18349: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 11; ^ "./WOFSANS.c", line 18475: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 12; ^ "./WOFSANS.c", line 18561: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 13; ^ "./WOFSANS.c", line 18649: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 14; ^ "./WOFSANS.c", line 18737: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 15; ^ "./WOFSANS.c", line 18835: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 18823: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 16; ^ "./WOFSANS.c", line 18884: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 17; ^ "./WOFSANS.c", line 18949: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 18; ^ "./WOFSANS.c", line 19025: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 19; ^ "./WOFSANS.c", line 19103: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 20; ^ "./WOFSANS.c", line 19229: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 21; ^ "./WOFSANS.c", line 19315: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 22; ^ "./WOFSANS.c", line 19403: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 23; ^ "./WOFSANS.c", line 19510: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 19491: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 24; ^ "./WOFSANS.c", line 19575: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 19563: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 25; ^ "./WOFSANS.c", line 19624: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 26; ^ "./WOFSANS.c", line 19700: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 27; ^ "./WOFSANS.c", line 19778: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 28; ^ "./WOFSANS.c", line 19904: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 29; ^ "./WOFSANS.c", line 19990: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 30; ^ "./WOFSANS.c", line 20078: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 31; ^ "./WOFSANS.c", line 20186: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 20166: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 32; ^ "./WOFSANS.c", line 20243: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 33; ^ "./WOFSANS.c", line 20307: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 34; ^ "./WOFSANS.c", line 20383: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 35; ^ "./WOFSANS.c", line 20461: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 36; ^ "./WOFSANS.c", line 20587: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 37; ^ "./WOFSANS.c", line 20673: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 38; ^ "./WOFSANS.c", line 20761: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 39; ^ "./WOFSANS.c", line 20868: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 20849: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 40; ^ "./WOFSANS.c", line 20921: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 41; ^ "./WOFSANS.c", line 20999: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 42; ^ "./WOFSANS.c", line 21125: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 43; ^ "./WOFSANS.c", line 21211: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 44; ^ "./WOFSANS.c", line 21299: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 45; ^ "./WOFSANS.c", line 21387: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 46; ^ "./WOFSANS.c", line 21463: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 47; ^ "./WOFSANS.c", line 21541: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 48; ^ "./WOFSANS.c", line 21667: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 49; ^ "./WOFSANS.c", line 21753: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 50; ^ "./WOFSANS.c", line 21841: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 51; ^ "./WOFSANS.c", line 21929: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 52; ^ "./WOFSANS.c", line 21994: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 53; ^ "./WOFSANS.c", line 22070: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 54; ^ "./WOFSANS.c", line 22148: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 55; ^ "./WOFSANS.c", line 22274: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 56; ^ "./WOFSANS.c", line 22360: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 57; ^ "./WOFSANS.c", line 22448: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 58; ^ "./WOFSANS.c", line 22536: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 59; ^ "./WOFSANS.c", line 22601: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 60; ^ "./WOFSANS.c", line 22684: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 61; ^ "./WOFSANS.c", line 22748: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 62; ^ "./WOFSANS.c", line 22824: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 63; ^ "./WOFSANS.c", line 22902: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 64; ^ "./WOFSANS.c", line 23028: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 65; ^ "./WOFSANS.c", line 23114: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 66; ^ "./WOFSANS.c", line 23202: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 67; ^ "./WOFSANS.c", line 23290: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 68; ^ "./WOFSANS.c", line 23366: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 69; ^ "./WOFSANS.c", line 23442: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 70; ^ "./WOFSANS.c", line 23518: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 71; ^ "./WOFSANS.c", line 23594: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 72; ^ "./WOFSANS.c", line 23672: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 73; ^ "./WOFSANS.c", line 23750: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 74; ^ "./WOFSANS.c", line 23828: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 75; ^ "./WOFSANS.c", line 23906: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 76; ^ "./WOFSANS.c", line 23992: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 77; ^ "./WOFSANS.c", line 24078: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 78; ^ "./WOFSANS.c", line 24164: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 79; ^ "./WOFSANS.c", line 24250: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 80; ^ "./WOFSANS.c", line 24338: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 81; ^ "./WOFSANS.c", line 24426: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 82; ^ "./WOFSANS.c", line 24514: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 83; ^ "./WOFSANS.c", line 24602: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 84; ^ "./WOFSANS.c", line 24690: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 85; ^ "./WOFSANS.c", line 24778: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 86; ^ "./WOFSANS.c", line 24866: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 87; ^ "./WOFSANS.c", line 24954: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 88; ^ "./WOFSANS.c", line 25030: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 89; ^ "./WOFSANS.c", line 25108: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 90; ^ "./WOFSANS.c", line 25194: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 91; ^ "./WOFSANS.c", line 25282: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 92; ^ "./WOFSANS.c", line 26382: 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 26382: 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 26496: 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 26496: 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 26496: 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 26496: 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 27060: warning: incompatible redefinition of macro "exit" (declared at line 636) [bad_macro_redef] #define exit(...) noprintf() ^ "./WOFSANS.c", line 27072: 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 27162: 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 27380: 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 27451: 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 27524: 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 27814: 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 27840: warning: variable "v" was declared but never referenced [declared_but_not_referenced] double v, vn; ^ "./WOFSANS.c", line 27904: 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 27932: warning: variable "v" was declared but never referenced [declared_but_not_referenced] double v, vn; ^ "./WOFSANS.c", line 28002: 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 28046: warning: variable "div" was declared but never referenced [declared_but_not_referenced] double div; ^ "./WOFSANS.c", line 28135: 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 28179: 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 28241: 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 28289: 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 28369: 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 34793: warning: variable "t" was declared but never referenced [declared_but_not_referenced] time_t t; ^ "./WOFSANS.c", line 34794: warning: variable "ct" was set but never used [set_but_not_used] clock_t ct; ^ "./WOFSANS.c", line 1517: warning: variable "mcstartdate" was set but never used [set_but_not_used] static long mcstartdate = 0; /* start simulation time */ ^ "./WOFSANS.c", line 2986: warning: function "strcpy_valid" was declared but never referenced [declared_but_not_referenced] static char *strcpy_valid(char *valid, char *original) ^ mcgenstate: 105, Generating acc routine seq Generating NVIDIA GPU code particle_getvar: 119, Generating acc routine seq Generating NVIDIA GPU code particle_getvar_void: 153, Generating acc routine seq Generating NVIDIA GPU code particle_setvar_void: 179, Generating acc routine seq Generating NVIDIA GPU code particle_setvar_void_array: 203, Generating acc routine seq Generating NVIDIA GPU code particle_restore: 214, Generating acc routine seq Generating NVIDIA GPU code particle_getuservar_byid: 223, Generating acc routine seq Generating NVIDIA GPU code particle_uservar_init: 235, Generating acc routine seq Generating NVIDIA GPU code noprintf: 1565, Generating acc routine seq Generating NVIDIA GPU code str_comp: 1569, Generating acc routine seq Generating NVIDIA GPU code str_len: 1578, Generating acc routine seq Generating NVIDIA GPU code mcget_ncount: 4258, Generating acc routine seq Generating NVIDIA GPU code coords_set: 4692, Generating acc routine seq Generating NVIDIA GPU code coords_get: 4703, Generating acc routine seq Generating NVIDIA GPU code coords_add: 4712, Generating acc routine seq Generating NVIDIA GPU code coords_sub: 4724, Generating acc routine seq Generating NVIDIA GPU code coords_neg: 4736, Generating acc routine seq Generating NVIDIA GPU code coords_scale: 4746, Generating acc routine seq Generating NVIDIA GPU code coords_sp: 4756, Generating acc routine seq Generating NVIDIA GPU code coords_xp: 4764, Generating acc routine seq Generating NVIDIA GPU code coords_len: 4774, Generating acc routine seq Generating NVIDIA GPU code coords_print: 4796, Generating acc routine seq Generating NVIDIA GPU code coords_norm: 4803, Generating acc routine seq Generating NVIDIA GPU code rot_set_rotation: 4849, Generating acc routine seq Generating NVIDIA GPU code rot_test_identity: 4884, Generating acc routine seq Generating NVIDIA GPU code rot_mul: 4895, Generating acc routine seq Generating NVIDIA GPU code rot_copy: 4912, Generating acc routine seq Generating NVIDIA GPU code rot_transpose: 4923, Generating acc routine seq Generating NVIDIA GPU code rot_apply: 4939, Generating acc routine seq Generating NVIDIA GPU code vec_prod_func: 4968, Generating acc routine seq Generating NVIDIA GPU code scalar_prod: 4979, Generating acc routine seq Generating NVIDIA GPU code norm_func: 4983, Generating acc routine seq Generating NVIDIA GPU code mccoordschange: 5160, Generating acc routine seq Generating NVIDIA GPU code mccoordschange_polarisation: 5191, Generating acc routine seq Generating NVIDIA GPU code normal_vec: 5208, Generating acc routine seq Generating NVIDIA GPU code solve_2nd_order: 5307, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_circle: 5391, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_rect_angular: 5457, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_rect_real: 5534, Generating acc routine seq Generating NVIDIA GPU code kiss_srandom: 5806, Generating acc routine seq Generating NVIDIA GPU code kiss_random: 5818, Generating acc routine seq Generating NVIDIA GPU code _hash: 5850, Generating acc routine seq Generating NVIDIA GPU code _randnorm2: 5891, Generating acc routine seq Generating NVIDIA GPU code _randtriangle: 5902, Generating acc routine seq Generating NVIDIA GPU code _rand01: 5907, Generating acc routine seq Generating NVIDIA GPU code _randpm1: 5915, Generating acc routine seq Generating NVIDIA GPU code _rand0max: 5923, Generating acc routine seq Generating NVIDIA GPU code _randminmax: 5930, Generating acc routine seq Generating NVIDIA GPU code mcsetstate: 6610, Generating acc routine seq Generating NVIDIA GPU code mcgetstate: 6650, Generating acc routine seq Generating NVIDIA GPU code inside_rectangle: 6710, Generating acc routine seq Generating NVIDIA GPU code box_intersect: 6727, Generating acc routine seq Generating NVIDIA GPU code cylinder_intersect: 6842, Generating acc routine seq Generating NVIDIA GPU code sphere_intersect: 6897, Generating acc routine seq Generating NVIDIA GPU code Table_Index: 7955, Generating acc routine seq Generating NVIDIA GPU code Table_Value: 8023, Generating acc routine seq Generating NVIDIA GPU code Table_Value2d: 8102, Generating acc routine seq Generating NVIDIA GPU code Table_Interp1d: 8570, Generating acc routine seq Generating NVIDIA GPU code Table_Interp1d_nearest: 8586, Generating acc routine seq Generating NVIDIA GPU code Table_Interp2d: 8604, Generating acc routine seq Generating NVIDIA GPU code SG_Maxwell: 8652, Generating acc routine seq Generating NVIDIA GPU code Monitor_nD_Trace: 9929, Generating acc routine seq Generating NVIDIA GPU code off_F: 11258, Generating acc routine seq Generating NVIDIA GPU code off_sign: 11263, Generating acc routine seq Generating NVIDIA GPU code off_normal: 11273, Generating acc routine seq Generating NVIDIA GPU code off_pnpoly: 11299, Generating acc routine seq Generating NVIDIA GPU code off_intersectPoly: 11362, Generating acc routine seq Generating NVIDIA GPU code off_init_planes: 11493, Generating acc routine seq Generating NVIDIA GPU code off_clip_3D_mod: 11538, Generating acc routine seq Generating NVIDIA GPU code off_clip_3D_mod_grav: 11653, Generating acc routine seq Generating NVIDIA GPU code off_compare: 11769, Generating acc routine seq Generating NVIDIA GPU code off_cleanDouble: 11781, Generating acc routine seq Generating NVIDIA GPU code off_cleanInOut: 11816, Generating acc routine seq Generating NVIDIA GPU code Min_int: 12071, Generating acc routine seq Generating NVIDIA GPU code merge: 12078, Generating acc routine seq Generating NVIDIA GPU code CUDA global memory used for L,R p_to_quadratic: 12186, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code quadraticSolve: 12201, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code off_intersect_all: 12255, Generating acc routine seq Generating NVIDIA GPU code off_intersect: 12372, Generating acc routine seq Generating NVIDIA GPU code off_x_intersect: 12394, Generating acc routine seq Generating NVIDIA GPU code StdReflecFunc: 12631, Generating acc routine seq Generating NVIDIA GPU code TableReflecFunc: 12690, Generating acc routine seq Generating NVIDIA GPU code makePoint: 13051, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code makeVec: 13066, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getMagVec: 13076, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code dotVec: 13081, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code difVec: 13086, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code skalarVec: 13096, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code get_class_particlePos: 13138, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code get_class_particleVel: 13143, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code move_class_particleT: 13155, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code copyMove_class_particleT: 13196, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code absorb_class_particle: 13237, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code solveQuad: 13259, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code sign: 13291, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getTimeOfFirstCollisionDetector: 13525, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code traceNeutronDetector: 13540, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getTimeOfFirstCollisionDisk: 13661, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code traceNeutronDisk: 13677, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getNormConic: 14116, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getNormFlat: 14138, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getTimeOfFirstCollisionConic: 14166, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getTimeOfFirstCollisionFlat: 14194, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code rotateM: 14237, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code reflectNeutronConic: 14312, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code refractNeutronFlat: 14399, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code reflectNeutronFlat: 14442, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code traceNeutronConic: 14505, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code traceNeutronFlat: 14527, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code traceSingleNeutron: 14586, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code init: 26628, Generating update device(coeff2,coeff1) 27030, 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: 27073, Generating acc routine seq Generating NVIDIA GPU code class_Source_gen_trace: 27163, Generating acc routine seq Generating NVIDIA GPU code class_PSD_monitor_trace: 27381, Generating acc routine seq Generating NVIDIA GPU code class_L_monitor_trace: 27452, Generating acc routine seq Generating NVIDIA GPU code class_Monitor_nD_trace: 27525, Generating acc routine seq Generating NVIDIA GPU code class_Divergence_monitor_trace: 27815, Generating acc routine seq Generating NVIDIA GPU code class_DivLambda_monitor_trace: 27905, Generating acc routine seq Generating NVIDIA GPU code class_Brilliance_monitor_trace: 28003, Generating acc routine seq Generating NVIDIA GPU code class_Slit_trace: 28136, Generating acc routine seq Generating NVIDIA GPU code class_Conics_PH_trace: 28180, Generating acc routine seq Generating NVIDIA GPU code class_Beamstop_trace: 28242, Generating acc routine seq Generating NVIDIA GPU code class_Conics_EH_trace: 28290, Generating acc routine seq Generating NVIDIA GPU code raytrace: 28369, Generating acc routine seq Generating NVIDIA GPU code raytrace_all: 30358, Generating implicit firstprivate(gpu_innerloop) Generating NVIDIA GPU code 30372, #pragma acc loop gang(numgangs), vector(vecsize) /* blockIdx.x threadIdx.x */ 30358, Local memory used for particleN 30372, Generating implicit firstprivate(mpi_node_rank,_particle,seed,ncount) finally: 33206, 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: 6050, Generating update device(mcdotrace) DEBUG: CMD: nvc finished INFO: ===