admin:compilaciones:namd
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| admin:compilaciones:namd [2025/09/17 14:04] – joaquintorres | admin:compilaciones:namd [2025/09/17 18:33] (current) – [Versión multinodo] joaquintorres | ||
|---|---|---|---|
| Line 29: | Line 29: | ||
| </ | </ | ||
| ===== Versión multinodo ===== | ===== Versión multinodo ===== | ||
| + | < | ||
| + | ml intel mpi dpl autotools | ||
| + | wget https:// | ||
| + | tar xzf NAMD_2.15alpha3_Source.tar.gz | ||
| + | cd namd | ||
| + | |||
| + | wget http:// | ||
| + | tar xzf tcl8.5.9-linux-x86_64-threaded.tar.gz | ||
| + | ln -s tcl8.5.9-linux-x86_64-threaded tcl | ||
| + | |||
| + | |||
| + | wget http:// | ||
| + | tar xzf fftw-linux-x86_64.tar.gz | ||
| + | ln -s linux-x86_64 fftw | ||
| + | |||
| + | git clone https:// | ||
| + | cd charm | ||
| + | |||
| + | CC=icx; CXX=icpx; F90=ifort; F77=ifort; MPICXX=mpiicpc; | ||
| + | I_MPI_CC=icx; | ||
| + | export I_MPI_CC I_MPI_CXX I_MPI_F90 I_MPI_F77 CC CXX F90 F77 MPICXX MPI_CXX | ||
| + | ./buildold charm++ mpi-linux-x86_64 smp mpicxx --with-production | ||
| + | cd .. | ||
| + | |||
| + | |||
| + | ./config Linux-x86_64-dpcpp-AOT.mpi-smp --charm-arch mpi-linux-x86_64-smp-mpicxx | ||
| + | cd Linux-x86_64-dpcpp-AOT.mpi-smp | ||
| + | make -j64 | ||
| + | |||
| + | </ | ||
admin/compilaciones/namd.1758117881.txt.gz · Last modified: by joaquintorres
