File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 build_type : [Debug, Release, Fast]
1717
1818 steps :
19+ - name : Get Processor Info
20+ run : |
21+ lscpu | grep name
22+ nproc
1923 - uses : actions/checkout@v6
2024 - name : Install gfortran
2125 run : |
6266 shell : msys2 {0}
6367
6468 steps :
69+ - name : Get Processor Info
70+ shell : pwsh
71+ run : |
72+ Get-CIMInstance -Class Win32_Processor | Select-Object -Property Name
6573 - uses : actions/checkout@v6
6674 - name : Install compiler
6775 uses : msys2/setup-msys2@v2
@@ -100,6 +108,10 @@ jobs:
100108 build_type : [Debug, Release, Fast]
101109
102110 steps :
111+ - name : Get Processor Info
112+ run : |
113+ lscpu | grep name
114+ nproc
103115 - name : Checkout
104116 uses : actions/checkout@v6
105117 - name : Install Intel compilers
@@ -147,6 +159,10 @@ jobs:
147159 build_type : [Debug, Release, Fast]
148160
149161 steps :
162+ - name : Get Processor Info
163+ run : |
164+ lscpu | grep name
165+ nproc
150166 - name : Checkout
151167 uses : actions/checkout@v6
152168 - name : Install Nvidia HPC Compiler
You can’t perform that action at this time.
0 commit comments