[ 78%] Built target ROSS [ 92%] Building C object models/airport/CMakeFiles/airport.dir/airport.c.o [ 92%] Built target phold_test [ 92%] Built target phold [ 94%] Building C object models/torus/CMakeFiles/torus.dir/torus.c.o /home/ahmed/Work/ROSS/models/airport/airport.c: In function ‘main’: /home/ahmed/Work/ROSS/models/airport/airport.c:193:38: error: ‘g_tw_npe’ undeclared (first use in this function); did you mean ‘g_tw_pe’? 193 | nlp_per_pe /= (tw_nnodes() * g_tw_npe); | ^~~~~~~~ | g_tw_pe /home/ahmed/Work/ROSS/models/airport/airport.c:193:38: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [models/airport/CMakeFiles/airport.dir/build.make:76: models/airport/CMakeFiles/airport.dir/airport.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:951: models/airport/CMakeFiles/airport.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... /home/ahmed/Work/ROSS/models/torus/torus.c: In function ‘torus_mapping’: /home/ahmed/Work/ROSS/models/torus/torus.c:1041:28: error: incompatible type for argument 2 of ‘tw_kp_onpe’ 1041 | tw_kp_onpe(kpid, g_tw_pe[0]); | ~~~~~~~^~~ | | | tw_pe In file included from /home/ahmed/Work/ROSS/core/ross.h:210, from /home/ahmed/Work/ROSS/models/torus/torus.h:4, from /home/ahmed/Work/ROSS/models/torus/torus.c:1: /home/ahmed/Work/ROSS/core/ross-extern.h:116:48: note: expected ‘tw_pe *’ but argument is of type ‘tw_pe’ 116 | extern void tw_kp_onpe(tw_kpid id, tw_pe * pe); | ~~~~~~~~^~ /home/ahmed/Work/ROSS/models/torus/torus.c:1047:11: warning: implicit declaration of function ‘tw_getpe’; did you mean ‘tw_getkp’? [-Wimplicit-function-declaration] 1047 | pe = tw_getpe(kpid % g_tw_npe); | ^~~~~~~~ | tw_getkp /home/ahmed/Work/ROSS/models/torus/torus.c:1047:27: error: ‘g_tw_npe’ undeclared (first use in this function); did you mean ‘g_tw_pe’? 1047 | pe = tw_getpe(kpid % g_tw_npe); | ^~~~~~~~ | g_tw_pe /home/ahmed/Work/ROSS/models/torus/torus.c:1047:27: note: each undeclared identifier is reported only once for each function it appears in /home/ahmed/Work/ROSS/models/torus/torus.c: In function ‘main’: /home/ahmed/Work/ROSS/models/torus/torus.c:1103:48: error: ‘g_tw_npe’ undeclared (first use in this function); did you mean ‘g_tw_pe’? 1103 | nlp_nodes_per_pe = N_nodes/tw_nnodes()/g_tw_npe; | ^~~~~~~~ | g_tw_pe make[2]: *** [models/torus/CMakeFiles/torus.dir/build.make:76: models/torus/CMakeFiles/torus.dir/torus.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:1029: models/torus/CMakeFiles/torus.dir/all] Error 2 make: *** [Makefile:146: all] Error 2