diff --git a/modules.py b/modules.py index d513f99eedf5e2c09c14f86b51e712df556ec478..278e7fb504abf41f487f456040b90e89cb323abc 100755 --- a/modules.py +++ b/modules.py @@ -73,5 +73,7 @@ if __name__ == "__main__": HTML_SOURCE_DATA[dir][soft]['versions'].append(version) if software_url=="": print "| %s | %s |" % (soft," ".join(software_description.split())) + elif software_url=="(none)": + print "| %s | %s |" % (soft," ".join(software_description.split())) else: print "| [%s](%s) | %s |" % (soft,software_url," ".join(software_description.split())) diff --git a/salomon.md b/salomon.md index 12f32a090d1aa4f0d350518e18ef799d50ab5327..ff822119fb834a6a7a9b640d30d9c49747855bf0 100644 --- a/salomon.md +++ b/salomon.md @@ -498,9 +498,9 @@ | Module | Description | | ------ | ----------- | -| [foss]((none)) | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support, OpenBLAS (BLAS and LAPACK support), FFTW and ScaLAPACK. | +| foss | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support, OpenBLAS (BLAS and LAPACK support), FFTW and ScaLAPACK. | | [GNU](http://www.gnu.org/software/) | Compiler-only toolchain with GCC and binutils. | -| [gompi]((none)) | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support. | +| gompi | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support. | | [iccifort](http://software.intel.com/en-us/intel-cluster-toolkit-compiler/) | Intel C, C++ and Fortran compilers | | [ictce](http://software.intel.com/en-us/intel-cluster-toolkit-compiler/) | Intel Cluster Toolkit Compiler Edition provides Intel C/C++ and Fortran compilers, Intel MPI & Intel MKL. | | [iimpi](http://software.intel.com/en-us/intel-cluster-toolkit-compiler/) | Intel C/C++ and Fortran compilers, alongside Intel MPI. | diff --git a/uv2000.md b/uv2000.md index b76ee3910e2e1c9a3686d5ee6d0f16c195fbffad..69d27cdeb452c94dfaf5c43e73cd729af54cbcb8 100644 --- a/uv2000.md +++ b/uv2000.md @@ -149,9 +149,9 @@ | Module | Description | | ------ | ----------- | -| [foss]((none)) | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support, OpenBLAS (BLAS and LAPACK support), FFTW and ScaLAPACK. | +| foss | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support, OpenBLAS (BLAS and LAPACK support), FFTW and ScaLAPACK. | | [GNU](http://www.gnu.org/software/) | Compiler-only toolchain with GCC and binutils. | -| [gompi]((none)) | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support. | +| gompi | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support. | | [iccifort](http://software.intel.com/en-us/intel-cluster-toolkit-compiler/) | Intel C, C++ and Fortran compilers | | [iimpi](http://software.intel.com/en-us/intel-cluster-toolkit-compiler/) | Intel C/C++ and Fortran compilers, alongside Intel MPI. | | [intel](http://software.intel.com/en-us/intel-cluster-toolkit-compiler/) | Intel Cluster Toolkit Compiler Edition provides Intel C/C++ and Fortran compilers, Intel MPI & Intel MKL. |