Install Yambo on Ubuntu/LinuxMint with NVfortran compiler: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
[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. | Once you downloaded and installed the NVIDIA compiler do not forget to set the correct PATH and LD_LIBRARY_PATH variables.<br> | ||
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. | 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.