NVIDIA / TorchFort

An Online Deep Learning Interface for HPC programs on NVIDIA GPUs
https://nvidia.github.io/TorchFort/
Other
154 stars 19 forks source link

remove extraneous mpi call from cmake #4

Closed TomMelt closed 1 year ago

TomMelt commented 1 year ago

CMakeLists.txt contains call to find_package(MPI REQUIRED) which was causing build to fail. Removing this call seems to resolve the problem.

romerojosh commented 1 year ago

Thanks for posting the fix from #3 @TomMelt. LGTM!