INFO: No output directory specified (--dir) INFO: Using directory: "WOFSANS_20260318_001654" 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 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 876: 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 893: 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 895: 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 903: 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 905: 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 907: 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 909: 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 911: 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 1007: 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 1009: 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 1011: 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 1013: 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 1015: 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 1017: 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 1019: 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 1021: 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 1023: 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 4638: warning: variable "num" was declared but never referenced [declared_but_not_referenced] int num = 3; ^ "./WOFSANS.c", line 6339: warning: variable "status" was set but never used [set_but_not_used] int status; ^ "./WOFSANS.c", line 7143: 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 7145: 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 7152: 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 7172: 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 7174: 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 7176: 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 8851: 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 10937: warning: variable "dt" was set but never used [set_but_not_used] double dt, dy; ^ "./WOFSANS.c", line 10937: warning: variable "dy" was set but never used [set_but_not_used] double dt, dy; ^ "./WOFSANS.c", line 10964: warning: variable "dx" was set but never used [set_but_not_used] double dx, dy; ^ "./WOFSANS.c", line 10964: warning: variable "dy" was set but never used [set_but_not_used] double dx, dy; ^ "./WOFSANS.c", line 11125: 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 11148: 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 11169: 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 11256: 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 11261: 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 11270: 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 11296: 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 11299: 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 11299: 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 11299: 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 11299: 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 11299: 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 11299: 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 11359: 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 11489: 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 11533: 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 11654: warning: variable "plane_Eq" was declared but never referenced [declared_but_not_referenced] double plane_Eq [4]; ^ "./WOFSANS.c", line 11766: 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 11778: 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 11813: 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 12069: 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 12075: 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 14498: warning: statement is unreachable [code_is_unreachable] return ga; ^ "./WOFSANS.c", line 17491: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 17479: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 1; ^ "./WOFSANS.c", line 17536: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 2; ^ "./WOFSANS.c", line 17656: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 3; ^ "./WOFSANS.c", line 17732: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 4; ^ "./WOFSANS.c", line 17810: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 5; ^ "./WOFSANS.c", line 17936: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 6; ^ "./WOFSANS.c", line 18022: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 7; ^ "./WOFSANS.c", line 18110: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 8; ^ "./WOFSANS.c", line 18198: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 9; ^ "./WOFSANS.c", line 18274: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 10; ^ "./WOFSANS.c", line 18352: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 11; ^ "./WOFSANS.c", line 18478: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 12; ^ "./WOFSANS.c", line 18564: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 13; ^ "./WOFSANS.c", line 18652: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 14; ^ "./WOFSANS.c", line 18740: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 15; ^ "./WOFSANS.c", line 18838: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 18826: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 16; ^ "./WOFSANS.c", line 18887: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 17; ^ "./WOFSANS.c", line 18952: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 18; ^ "./WOFSANS.c", line 19028: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 19; ^ "./WOFSANS.c", line 19106: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 20; ^ "./WOFSANS.c", line 19232: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 21; ^ "./WOFSANS.c", line 19318: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 22; ^ "./WOFSANS.c", line 19406: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 23; ^ "./WOFSANS.c", line 19513: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 19494: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 24; ^ "./WOFSANS.c", line 19578: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 19566: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 25; ^ "./WOFSANS.c", line 19627: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 26; ^ "./WOFSANS.c", line 19703: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 27; ^ "./WOFSANS.c", line 19781: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 28; ^ "./WOFSANS.c", line 19907: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 29; ^ "./WOFSANS.c", line 19993: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 30; ^ "./WOFSANS.c", line 20081: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 31; ^ "./WOFSANS.c", line 20189: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 20169: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 32; ^ "./WOFSANS.c", line 20246: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 33; ^ "./WOFSANS.c", line 20310: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 34; ^ "./WOFSANS.c", line 20386: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 35; ^ "./WOFSANS.c", line 20464: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 36; ^ "./WOFSANS.c", line 20590: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 37; ^ "./WOFSANS.c", line 20676: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 38; ^ "./WOFSANS.c", line 20764: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 39; ^ "./WOFSANS.c", line 20871: warning: variable "tc2" was set but never used [set_but_not_used] Coords tc1, tc2; ^ "./WOFSANS.c", line 20852: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 40; ^ "./WOFSANS.c", line 20924: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 41; ^ "./WOFSANS.c", line 21002: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 42; ^ "./WOFSANS.c", line 21128: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 43; ^ "./WOFSANS.c", line 21214: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 44; ^ "./WOFSANS.c", line 21302: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 45; ^ "./WOFSANS.c", line 21390: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 46; ^ "./WOFSANS.c", line 21466: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 47; ^ "./WOFSANS.c", line 21544: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 48; ^ "./WOFSANS.c", line 21670: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 49; ^ "./WOFSANS.c", line 21756: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 50; ^ "./WOFSANS.c", line 21844: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 51; ^ "./WOFSANS.c", line 21932: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 52; ^ "./WOFSANS.c", line 21997: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 53; ^ "./WOFSANS.c", line 22073: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 54; ^ "./WOFSANS.c", line 22151: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 55; ^ "./WOFSANS.c", line 22277: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 56; ^ "./WOFSANS.c", line 22363: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 57; ^ "./WOFSANS.c", line 22451: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 58; ^ "./WOFSANS.c", line 22539: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 59; ^ "./WOFSANS.c", line 22604: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 60; ^ "./WOFSANS.c", line 22687: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 61; ^ "./WOFSANS.c", line 22751: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 62; ^ "./WOFSANS.c", line 22827: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 63; ^ "./WOFSANS.c", line 22905: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 64; ^ "./WOFSANS.c", line 23031: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 65; ^ "./WOFSANS.c", line 23117: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 66; ^ "./WOFSANS.c", line 23205: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 67; ^ "./WOFSANS.c", line 23293: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 68; ^ "./WOFSANS.c", line 23369: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 69; ^ "./WOFSANS.c", line 23445: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 70; ^ "./WOFSANS.c", line 23521: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 71; ^ "./WOFSANS.c", line 23597: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 72; ^ "./WOFSANS.c", line 23675: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 73; ^ "./WOFSANS.c", line 23753: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 74; ^ "./WOFSANS.c", line 23831: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 75; ^ "./WOFSANS.c", line 23909: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 76; ^ "./WOFSANS.c", line 23995: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 77; ^ "./WOFSANS.c", line 24081: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 78; ^ "./WOFSANS.c", line 24167: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 79; ^ "./WOFSANS.c", line 24253: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 80; ^ "./WOFSANS.c", line 24341: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 81; ^ "./WOFSANS.c", line 24429: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 82; ^ "./WOFSANS.c", line 24517: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 83; ^ "./WOFSANS.c", line 24605: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 84; ^ "./WOFSANS.c", line 24693: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 85; ^ "./WOFSANS.c", line 24781: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 86; ^ "./WOFSANS.c", line 24869: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 87; ^ "./WOFSANS.c", line 24957: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 88; ^ "./WOFSANS.c", line 25033: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 89; ^ "./WOFSANS.c", line 25111: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 90; ^ "./WOFSANS.c", line 25197: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 91; ^ "./WOFSANS.c", line 25285: warning: variable "current_setpos_index" was declared but never referenced [declared_but_not_referenced] int current_setpos_index = 92; ^ "./WOFSANS.c", line 26418: 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 26418: 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 26539: 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 26539: 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 26539: 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 26539: 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 27101: warning: incompatible redefinition of macro "exit" (declared at line 634) [bad_macro_redef] #define exit(...) noprintf() ^ "./WOFSANS.c", line 27113: 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 27192: 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 27410: 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 27481: 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 27552: 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 27821: 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 27847: warning: variable "v" was declared but never referenced [declared_but_not_referenced] double v, vn; ^ "./WOFSANS.c", line 27908: 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 27936: warning: variable "v" was declared but never referenced [declared_but_not_referenced] double v, vn; ^ "./WOFSANS.c", line 28003: 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 28047: 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 28288: 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 28368: 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 34720: warning: variable "t" was declared but never referenced [declared_but_not_referenced] time_t t; ^ "./WOFSANS.c", line 34721: warning: variable "ct" was set but never used [set_but_not_used] clock_t ct; ^ "./WOFSANS.c", line 1515: warning: variable "mcstartdate" was set but never used [set_but_not_used] static long mcstartdate = 0; /* start simulation time */ ^ "./WOFSANS.c", line 2984: 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: 1563, Generating acc routine seq Generating NVIDIA GPU code str_comp: 1567, Generating acc routine seq Generating NVIDIA GPU code str_len: 1576, Generating acc routine seq Generating NVIDIA GPU code mcget_ncount: 4256, Generating acc routine seq Generating NVIDIA GPU code coords_set: 4690, Generating acc routine seq Generating NVIDIA GPU code coords_get: 4701, Generating acc routine seq Generating NVIDIA GPU code coords_add: 4710, Generating acc routine seq Generating NVIDIA GPU code coords_sub: 4722, Generating acc routine seq Generating NVIDIA GPU code coords_neg: 4734, Generating acc routine seq Generating NVIDIA GPU code coords_scale: 4744, Generating acc routine seq Generating NVIDIA GPU code coords_sp: 4754, Generating acc routine seq Generating NVIDIA GPU code coords_xp: 4762, Generating acc routine seq Generating NVIDIA GPU code coords_len: 4772, Generating acc routine seq Generating NVIDIA GPU code coords_print: 4794, Generating acc routine seq Generating NVIDIA GPU code coords_norm: 4801, Generating acc routine seq Generating NVIDIA GPU code rot_set_rotation: 4847, Generating acc routine seq Generating NVIDIA GPU code rot_test_identity: 4882, Generating acc routine seq Generating NVIDIA GPU code rot_mul: 4893, Generating acc routine seq Generating NVIDIA GPU code rot_copy: 4910, Generating acc routine seq Generating NVIDIA GPU code rot_transpose: 4921, Generating acc routine seq Generating NVIDIA GPU code rot_apply: 4937, Generating acc routine seq Generating NVIDIA GPU code vec_prod_func: 4966, Generating acc routine seq Generating NVIDIA GPU code scalar_prod: 4977, Generating acc routine seq Generating NVIDIA GPU code norm_func: 4981, Generating acc routine seq Generating NVIDIA GPU code mccoordschange: 5158, Generating acc routine seq Generating NVIDIA GPU code mccoordschange_polarisation: 5189, Generating acc routine seq Generating NVIDIA GPU code normal_vec: 5206, Generating acc routine seq Generating NVIDIA GPU code solve_2nd_order: 5305, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_circle: 5389, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_rect_angular: 5455, Generating acc routine seq Generating NVIDIA GPU code _randvec_target_rect_real: 5532, Generating acc routine seq Generating NVIDIA GPU code kiss_srandom: 5804, Generating acc routine seq Generating NVIDIA GPU code kiss_random: 5816, Generating acc routine seq Generating NVIDIA GPU code _hash: 5848, Generating acc routine seq Generating NVIDIA GPU code _randnorm2: 5889, Generating acc routine seq Generating NVIDIA GPU code _randtriangle: 5900, Generating acc routine seq Generating NVIDIA GPU code _rand01: 5905, Generating acc routine seq Generating NVIDIA GPU code _randpm1: 5913, Generating acc routine seq Generating NVIDIA GPU code _rand0max: 5921, Generating acc routine seq Generating NVIDIA GPU code _randminmax: 5928, Generating acc routine seq Generating NVIDIA GPU code mcsetstate: 6608, Generating acc routine seq Generating NVIDIA GPU code mcgetstate: 6648, Generating acc routine seq Generating NVIDIA GPU code inside_rectangle: 6708, Generating acc routine seq Generating NVIDIA GPU code box_intersect: 6725, Generating acc routine seq Generating NVIDIA GPU code cylinder_intersect: 6840, Generating acc routine seq Generating NVIDIA GPU code sphere_intersect: 6895, Generating acc routine seq Generating NVIDIA GPU code Table_Index: 7953, Generating acc routine seq Generating NVIDIA GPU code Table_Value: 8021, Generating acc routine seq Generating NVIDIA GPU code Table_Value2d: 8100, Generating acc routine seq Generating NVIDIA GPU code Table_Interp1d: 8568, Generating acc routine seq Generating NVIDIA GPU code Table_Interp1d_nearest: 8584, Generating acc routine seq Generating NVIDIA GPU code Table_Interp2d: 8602, Generating acc routine seq Generating NVIDIA GPU code SG_Maxwell: 8650, Generating acc routine seq Generating NVIDIA GPU code Monitor_nD_Trace: 9927, Generating acc routine seq Generating NVIDIA GPU code off_F: 11256, Generating acc routine seq Generating NVIDIA GPU code off_sign: 11261, Generating acc routine seq Generating NVIDIA GPU code off_normal: 11271, Generating acc routine seq Generating NVIDIA GPU code off_pnpoly: 11297, Generating acc routine seq Generating NVIDIA GPU code off_intersectPoly: 11360, Generating acc routine seq Generating NVIDIA GPU code off_init_planes: 11491, Generating acc routine seq Generating NVIDIA GPU code off_clip_3D_mod: 11536, Generating acc routine seq Generating NVIDIA GPU code off_clip_3D_mod_grav: 11651, Generating acc routine seq Generating NVIDIA GPU code off_compare: 11767, Generating acc routine seq Generating NVIDIA GPU code off_cleanDouble: 11779, Generating acc routine seq Generating NVIDIA GPU code off_cleanInOut: 11814, Generating acc routine seq Generating NVIDIA GPU code Min_int: 12069, Generating acc routine seq Generating NVIDIA GPU code merge: 12076, Generating acc routine seq Generating NVIDIA GPU code CUDA global memory used for L,R p_to_quadratic: 12184, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code quadraticSolve: 12199, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code off_intersect_all: 12253, Generating acc routine seq Generating NVIDIA GPU code off_intersect: 12370, Generating acc routine seq Generating NVIDIA GPU code off_x_intersect: 12392, Generating acc routine seq Generating NVIDIA GPU code StdReflecFunc: 12634, Generating acc routine seq Generating NVIDIA GPU code TableReflecFunc: 12693, Generating acc routine seq Generating NVIDIA GPU code makePoint: 13054, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code makeVec: 13069, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getMagVec: 13079, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code dotVec: 13084, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code difVec: 13089, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code skalarVec: 13099, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code get_class_particlePos: 13141, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code get_class_particleVel: 13146, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code move_class_particleT: 13158, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code copyMove_class_particleT: 13199, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code absorb_class_particle: 13240, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code solveQuad: 13262, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code sign: 13294, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getTimeOfFirstCollisionDetector: 13528, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code traceNeutronDetector: 13543, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getTimeOfFirstCollisionDisk: 13664, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code traceNeutronDisk: 13680, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getNormConic: 14119, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getNormFlat: 14141, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getTimeOfFirstCollisionConic: 14169, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code getTimeOfFirstCollisionFlat: 14197, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code rotateM: 14240, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code reflectNeutronConic: 14315, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code refractNeutronFlat: 14402, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code reflectNeutronFlat: 14445, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code traceNeutronConic: 14508, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code traceNeutronFlat: 14530, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code traceSingleNeutron: 14589, Generating implicit acc routine seq Generating implicit acc routine seq Generating NVIDIA GPU code init: 26669, Generating update device(coeff2,coeff1) 27071, 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: 27114, Generating acc routine seq Generating NVIDIA GPU code class_Source_gen_trace: 27193, Generating acc routine seq Generating NVIDIA GPU code class_PSD_monitor_trace: 27411, Generating acc routine seq Generating NVIDIA GPU code class_L_monitor_trace: 27482, Generating acc routine seq Generating NVIDIA GPU code class_Monitor_nD_trace: 27553, Generating acc routine seq Generating NVIDIA GPU code class_Divergence_monitor_trace: 27822, Generating acc routine seq Generating NVIDIA GPU code class_DivLambda_monitor_trace: 27909, Generating acc routine seq Generating NVIDIA GPU code class_Brilliance_monitor_trace: 28004, 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: 28289, Generating acc routine seq Generating NVIDIA GPU code raytrace: 28368, Generating acc routine seq Generating NVIDIA GPU code raytrace_all: 30357, Generating implicit firstprivate(gpu_innerloop) Generating NVIDIA GPU code 30371, #pragma acc loop gang(numgangs), vector(vecsize) /* blockIdx.x threadIdx.x */ 30357, Local memory used for particleN 30371, Generating implicit firstprivate(mpi_node_rank,_particle,seed,ncount) finally: 33156, 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: 6048, Generating update device(mcdotrace) DEBUG: CMD: nvc finished INFO: ===