- Correct the C++ compiler executable for Laki
This commit is contained in:
parent
a3bc2e95ee
commit
de6ca340cd
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
COMPILER_OPTS="CC=icc CXX=icpc++ FC=ifort F77=ifort"
|
||||
COMPILER_OPTS="CC=icc CXX=icpc FC=ifort F77=ifort"
|
||||
COMPILER_VERSION_CMD="icc -dumpversion"
|
||||
|
|
Loading…
Reference in a new issue