taucmdr icon indicating copy to clipboard operation
taucmdr copied to clipboard

9. Support new compilers for arm64_linux

Open khsa1 opened this issue 7 years ago • 4 comments
trafficstars

TAU has new compilers for the -arch=arm64_linux. These include -c++=armclang++ -cc=armclang -fortran=armflang as well as mpicxx/mpicc/mpif90 variants which internally call these arm compilers. TAU Commander should support these.

khsa1 avatar Aug 19 '18 20:08 khsa1

  1. From Sameer's email

zbeekman avatar Oct 24 '18 16:10 zbeekman

See also #258

zbeekman avatar Oct 24 '18 16:10 zbeekman

What system should I debug this work on?

khsa1 avatar May 04 '19 20:05 khsa1

The ARM compilers are installed on the Jetson nodes accessible from Cerberus.

If you connect to cerberus.nic.uoregon.edu, then ssh to one of the Jetson node (e.g., ssh jetson02), you can use the ARM compilers by doing:

module use /packages/arm/opt/arm/modulefiles module load Generic-AArch64/Ubuntu/16.04/arm-hpc-compiler/18.2

nchaimov avatar May 06 '19 20:05 nchaimov