Changeset 18464


Ignore:
Timestamp:
08/26/14 13:32:26 (11 years ago)
Author:
abuzzi
Message:

CHG: new makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/contrib/gravity/Makefile

    r18434 r18464  
    11all:
    2                 g++ vfsa.cpp -o forward \
     2                g++ vfsa_mpi.cpp \
    33                        -I$(ISSM_DIR)/externalpackages/gsl/install/include \
    4                         -L$(ISSM_DIR)/externalpackages/gsl/install/lib -lgsl -lgslcblas
     4                        -L$(ISSM_DIR)/externalpackages/gsl/install/lib -lgsl -lgslcblas \
     5                   -I$(ISSM_DIR)/externalpackages/mpich/install/include/ \
     6                   -L$(ISSM_DIR)/externalpackages/mpich/install/lib/ -lmpich -lpmpich -lmpl -o forward.exe
    57
     8forward:
     9           mpirun -np 4 ./forward.exe
    610clean:
    7                 rm -f forward
     11                rm ./forward.exe
Note: See TracChangeset for help on using the changeset viewer.