From b96357b98a1509fcebeee9f84f07adbca6426d9c Mon Sep 17 00:00:00 2001 From: mjreno Date: Thu, 10 Oct 2024 14:26:44 -0400 Subject: [PATCH] t5 --- .github/common/compile_netcdf.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/common/compile_netcdf.bat b/.github/common/compile_netcdf.bat index 4a54dfdc2a2..1cae34cc780 100644 --- a/.github/common/compile_netcdf.bat +++ b/.github/common/compile_netcdf.bat @@ -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