Skip to content

Commit

Permalink
t5
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Oct 10, 2024
1 parent 8fc8a68 commit 3aa2339
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/common/compile_netcdf.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
cd "%GITHUB_WORKSPACE%\netcdf"
dir netCDF4.9.2-NC4-64
dir netcdf-fortran-4.6.1_build
dir netcdf-fortran-4.6.1_build\netcdf-fortran-4.6.1

:: "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" intel64 vs2022
dir "C:\Program Files (x86)\Intel\oneAPI"
"C:\Program Files (x86)\Intel\oneAPI\2024.1\oneapi-vars.bat"
:: dir "C:\Program Files (x86)\Intel\oneAPI"
:: "C:\Program Files (x86)\Intel\oneAPI\2024.1\oneapi-vars.bat"

ifort temp.f90 -o hello.exe
hello.exe
Expand Down

0 comments on commit 3aa2339

Please sign in to comment.