Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#!/bin/bash                                                                                                                                                                        
#PBS -k o                                                                                                                                                                          
#PBS -N apoa                                                                                                                                                                       
#PBS -l nodes=1:ppn=4,walltime=12:00:00                                                                                                                                            
#PBS -j oe                                                                                                                                                                         
cd /home/musolino/namd/apoa1


h4.  Notes on compiling NAMD 2.6
# Run {{./config /usr/mpi/gcc/openmpi-1.4.1/bin/mpirun /share/apps/NAMD_2.7b2_Source/Linux-x86_64-OpenMPI/namd2 apoa1.namd

Notes on compiling NAMD 2.6

  1. Run ./config Linux-amd64-MPI.postfix

...

  1. to

...

  1. create

...

  1. an

...

  1. installation.

...

  1. The

...

  1. new

...

  1. Charm++

...

  1. and

...

  1. NAMD

...

  1. 2.7

...

  1. use

...

  1. different

...

  1. platform

...

  1. names

...

  1. (e.g.

...

  1. Linux-x86_64-OpenMPI

...

  1. for

...

  1. NAMD

...

  1. 2.7,

...

  1. but

...

  1. Linux-amd64-MPI

...

  1. for

...

  1. NAMD

...

  1. 2.6.

...

  1. This

...

  1. causes

...

  1. problems

...

  1. when

...

  1. looking

...

  1. for

...

  1. the

...

  1. Charm++

...

  1. installation,

...

  1. so

...

  1. edit

...

  1. Make.charm

...

  1. in

...

  1. NAMD

...

  1. directory:
    Code Block
    
    

...

  1. CHARMBASE = /share/apps/charm-6.2.0/mpi-linux-x86_64-mpicxx

...

  1. 
    

...

  1. Then

...

  1. edit

...

  1. Makearch

...

  1. in

...

  1. the

...

  1. Linux-amd64-MPI.postfix

...

  1. directory

...

  1. as

...

  1. follows,

...

  1. by

...

  1. changing

...

  1. the

...

  1. CHARM=...

...

  1. line:
    Code Block
    
    

...

  1. include .rootdir/Make.charm

...

  1. 
    include .rootdir/arch/Linux-amd64-MPI.arch

...

  1. 
    CHARM = $(CHARMBASE)

...

  1. 
    NAMD_PLATFORM = $(NAMD_ARCH)-MPI

...

  1. 
    include .rootdir/arch/$(NAMD_ARCH)$(NAMD_SUBARCH).base
    

...

  1. Try

...

  1. make

...

  1. in

...

  1. the

...

  1. installation

...

  1. directory

...

  1. .

...