File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ # Toolchain File for JUQUEEN @ Juelich Supercomputing Center
2+ # BG/Q system
3+ #
4+ # Remark: IBM XL/C++ compiler is not supported by PFASST++ due to lack of C++11 support
5+ #
6+ # IMPORTANT!!
7+ # Make sure you have loaded only the following modules:
8+ # - gcc/4.8.1
9+ # - fftw3/3.3.3
10+ #
11+ # As well make sure you have built boost::program_options according to the instructions from the
12+ # PFASST++ documentation on JUQUEEN.
13+ #
14+
15+ message (STATUS "Please make sure you have loaded at least gcc/4.8.1" )
16+
17+ set (CMAKE_C_COMPILER /bgsys/local/gcc/4.8.1/bin/mpigcc)
18+ set (CMAKE_CXX_COMPILER /bgsys/local/gcc/4.8.1/bin/mpig++)
19+ set (CMAKE_Fortran_COMPILER /bgsys/local/gcc/4.8.1/bin/mpigfortran)
20+
21+ set (MPI_ROOT /bgsys/local/gcc/4.8.1)
22+ set (MPI_C_COMPILER ${MPI_ROOT} /bin/mpigcc)
23+ set (MPI_CXX_COMPILER ${MPI_ROOT} /bin/mpig++)
24+ set (MPI_Fortran_COMPILER ${MPI_ROOT} /bin/mpigfortran)
You can’t perform that action at this time.
0 commit comments