First page Back Continue Last page Overview Graphics
Compiling MPQC V2
Compilers
C++ compilers are much better at supporting the standard
- GNU gcc 2.95 and gcc3 work
- Intel ICC 7 and 8 work
- PGI 5.1-3 does not work
Doing template instantiation can be tricky
- Trade-off is ease of using doing template instantiation verses object-code and/or executable size
Notes: