File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -106,23 +106,19 @@ setup-win-intel-oneapi-mpi () {
106106setup-win-intel-oneapi-mpi-env () {
107107 ONEAPI_ROOT=" C:\Program Files (x86)\Intel\oneAPI"
108108 I_MPI_ROOT=" ${ONEAPI_ROOT} \mpi\latest"
109- library_kind=" release"
110109 I_MPI_OFI_LIBRARY_INTERNAL=" 1"
111110
112111 echo " ONEAPI_ROOT=${ONEAPI_ROOT} " >> $GITHUB_ENV
113112 echo " I_MPI_ROOT=${I_MPI_ROOT} " >> $GITHUB_ENV
114- echo " library_kind=${library_kind} " >> $GITHUB_ENV
115113 echo " I_MPI_OFI_LIBRARY_INTERNAL=${I_MPI_OFI_LIBRARY_INTERNAL} " >> $GITHUB_ENV
116114
117115 echo " ${I_MPI_ROOT} \\ bin" >> $GITHUB_PATH
118- echo " ${I_MPI_ROOT} \\ bin\\ $library_kind " >> $GITHUB_PATH
119116 echo " ${I_MPI_ROOT} \\ opt\\ mpi\\ libfabric\\ bin" >> $GITHUB_PATH
120117 echo " ${I_MPI_ROOT} \\ opt\\ mpi\\ libfabric\\ bin\\ utils" >> $GITHUB_PATH
121118
122119 ONEAPI_ROOT=" /c/Program Files (x86)/Intel/oneAPI"
123120 I_MPI_ROOT=" ${ONEAPI_ROOT} /mpi/latest"
124121 export PATH=" ${I_MPI_ROOT} /bin:$PATH "
125- export PATH=" ${I_MPI_ROOT} /bin/$library_kind :$PATH "
126122 export PATH=" ${I_MPI_ROOT} /opt/mpi/libfabric/bin:$PATH "
127123 export PATH=" ${I_MPI_ROOT} /opt/mpi/libfabric/bin/utils:$PATH "
128124 impi_info=impi_info.exe
You can’t perform that action at this time.
0 commit comments