Christoph Niethammer
fd85082f18
* Adapted sit to new lmod module structure * Added configuration files for available compilers
3 lines
150 B
Bash
3 lines
150 B
Bash
#!/bin/bash
|
|
COMPILER_OPTS="CC=pgcc CXX=pgCC FC=pgf95 F90=pgf90 F77=pgf77"
|
|
COMPILER_VERSION_CMD="pgcc -V | awk '/pgcc/{print \$2}' | sed -e 's/-/./'"
|