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 ff5d774 commit b96357b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/common/compile_netcdf.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ dir netcdf-fortran-4.6.1_build
ifort temp.f90 -o hello.exe
hello.exe

echo %PATH%
set PATH="C:\Program Files (x86)\Intel\oneAPI\compiler\latest\bin";%PATH%
echo %PATH%

cd netcdf-fortran-4.6.1_build\build

where ifort
Expand Down

0 comments on commit b96357b

Please sign in to comment.