We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9223d4e commit 9f46d95Copy full SHA for 9f46d95
.github/workflows/test_armflang.yml
@@ -67,10 +67,10 @@ jobs:
67
68
- name: Install Arm Fortran compiler
69
run: |
70
- sudo apt install -y environment-modules
+ #sudo apt install -y environment-modules
71
( printf '\n\n\nyes\n' ) | bash <(curl -fsSL https://developer.arm.com/-/cdn-downloads/permalink/Arm-Compiler-for-Linux/Package/install.sh)
72
#source /usr/share/modules/init/bash # Initialize module command
73
- #source /etc/profile.d/modules.sh
+ source /etc/profile.d/modules.sh
74
module use /opt/arm/modulefiles # Add Arm modulefiles
75
module avail # List available modules
76
module load acfl # Load Arm C and Fortran compiler module
0 commit comments