CornellCAC / CR-demos

C/R (checkpoint/restart) demos and exercises
1 stars 0 forks source link

dmtcp build procedure #12

Closed bbarker closed 8 years ago

bbarker commented 9 years ago

Update with some simplified variation of

module load gcc/4.9.1

 ./configure --enable-infiniband-support CXXFLAGS="-g -O0" CFLAGS="-g -O0" CPPFLAGS="-I/opt/ofed/include" LDFLAGS="-L/opt/ofed/lib64"

Currently using:

 ./configure --enable-infiniband-support CPPFLAGS="-I/opt/ofed/include" LDFLAGS="-L/opt/ofed/lib64" && make
bbarker commented 9 years ago

Note that the first command also loads a DMTCP-supported version of MVAPICH2 (2.1 is the earliest supported version).

login2.stampede(6)$ module load gcc/4.9.1

Lmod is automatically replacing "intel/13.0.2.146" with "gcc/4.9.1"

The following have been reloaded with a version change:
  1) mvapich2/1.9a2 => mvapich2/2.1