Install Yambo on Ubuntu/LinuxMint with NVfortran compiler: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The NVIDIA compiler are freely available on Linux machines. You can download Fortran,C, C++ compiler and debugger from: [https://developer.nvidia.com/hpc-sdk NVIDIA HPC Softw...") |
No edit summary |
||
Line 3: | Line 3: | ||
[https://developer.nvidia.com/hpc-sdk NVIDIA HPC Software Development Kit (SDK) ] | [https://developer.nvidia.com/hpc-sdk NVIDIA HPC Software Development Kit (SDK) ] | ||
Once you downloaded and installed the NVIDIA compiler do not forget to set the correct PATH and LD_LIBRARY_PATH variables. | |||
If you want to use NVIDIA compiler in parallel you need to recompile [https://www.open-mpi.org/ openmpi] or [https://www.mpich.org/ mpich] with this compiler. |
Revision as of 08:10, 14 June 2021
The NVIDIA compiler are freely available on Linux machines. You can download Fortran,C, C++ compiler and debugger from:
NVIDIA HPC Software Development Kit (SDK)
Once you downloaded and installed the NVIDIA compiler do not forget to set the correct PATH and LD_LIBRARY_PATH variables. If you want to use NVIDIA compiler in parallel you need to recompile openmpi or mpich with this compiler.