INFO: No output directory specified (--dir) INFO: Using directory: "MAXII_711_20251123_025807" INFO: Regenerating c-file: MAXII_711.c DEBUG: CMD: /Users/runner/miniconda3/envs/mcxtrace/bin/mcxtrace -t -o ./MAXII_711.c MAXII_711.instr Warning: 'Perfect_crystal' is an obsolete component (not maintained). CFLAGS= WARNING: The parameter format of sample is initialized using a static {,,,} vector. -> Such static vectors support literal numbers ONLY. -> Any vector use of variables or defines must happen via a DECLARE/INITIALIZE pointer. WARNING: The parameter mat_format of sample is initialized using a static {,,,} vector. -> Such static vectors support literal numbers ONLY. -> Any vector use of variables or defines must happen via a DECLARE/INITIALIZE pointer. ----------------------------------------------------------- Generating single GPU kernel or single CPU section layout: ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: ----------------------------------------------------------- DEBUG: CMD: /Users/runner/miniconda3/envs/mcxtrace/bin/mcxtrace finished INFO: Recompiling: ./MAXII_711.out DEBUG: CMD: mpicc -o ./MAXII_711.out ./MAXII_711.c -lm -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/runner/miniconda3/envs/mcxtrace/lib -L/Users/runner/miniconda3/envs/mcxtrace/lib -ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -isystem /Users/runner/miniconda3/envs/mcxtrace/include -DUSE_MPI -lmpi -headerpad_max_install_names -ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -isystem /Users/runner/miniconda3/envs/mcxtrace/include -O2 -g -DNDEBUG -isysroot /Applications/Xcode_16.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.5.sdk -D_DARWIN_C_SOURCE -I/Users/runner/miniconda3/envs/mcxtrace/include -Wl,-rpath,/Users/runner/miniconda3/envs/mcxtrace/lib -L/Users/runner/miniconda3/envs/mcxtrace/lib -fno-PIC -fPIE -flto -O3 -march=native -fno-math-errno -ftree-vectorize -g -DNDEBUG -D_POSIX_SOURCE -std=c99 -lm ./MAXII_711.c:8816:17: warning: cast to smaller integer type 'unsigned int' from 'double *' [-Wpointer-to-int-cast] 8816 | int N=(unsigned int)((double **) pars)[0]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./MAXII_711.c:9277:13: warning: using floating point absolute value function 'fabs' when argument is of complex type [-Wabsolute-value] 9277 | r=fabs(r_handle.prms.rconst.R); | ^ ./MAXII_711.c:9277:13: note: use function 'cabs' instead 9277 | r=fabs(r_handle.prms.rconst.R); | ^~~~ | cabs ./MAXII_711.c:14268:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 14268 | if (status=Table_Read(&(m_t),material,0)==-1){ | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./MAXII_711.c:14268:15: note: place parentheses around the assignment to silence this warning 14268 | if (status=Table_Read(&(m_t),material,0)==-1){ | ^ | ( ) ./MAXII_711.c:14268:15: note: use '==' to turn this assignment into an equality comparison 14268 | if (status=Table_Read(&(m_t),material,0)==-1){ | ^ | == ./MAXII_711.c:14278:80: warning: data argument not used by format string [-Wformat-extra-args] 14278 | fprintf(stderr,"Error(%s): No material file specified\n",NAME_CURRENT_COMP,material); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./MAXII_711.c:14248:20: note: expanded from macro 'material' 14248 | #define material (_comp->_parameters.material) | ^ ./MAXII_711.c:14281:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 14281 | if (status=Table_Read(&(f0_t),form_factors,0)==-1){ | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./MAXII_711.c:14281:15: note: place parentheses around the assignment to silence this warning 14281 | if (status=Table_Read(&(f0_t),form_factors,0)==-1){ | ^ | ( ) ./MAXII_711.c:14281:15: note: use '==' to turn this assignment into an equality comparison 14281 | if (status=Table_Read(&(f0_t),form_factors,0)==-1){ | ^ | == ./MAXII_711.c:15772:26: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] 15772 | sg = tth_sign/fabs(tth_sign); | ^ ./MAXII_711.c:15772:26: note: use function 'abs' instead 15772 | sg = tth_sign/fabs(tth_sign); | ^~~~ | abs 6 warnings generated. ld: warning: duplicate -rpath '/Users/runner/miniconda3/envs/mcxtrace/lib' ignored ld: warning: duplicate -rpath '/Users/runner/miniconda3/envs/mcxtrace/lib' ignored DEBUG: CMD: mpicc finished DEBUG: CMD: otool -l ./MAXII_711.out DEBUG: CMD: otool finished INFO: ===