Changes between Version 4 and Version 5 of CompilingDynamico


Ignore:
Timestamp:
05/21/14 23:38:41 (10 years ago)
Author:
dubos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilingDynamico

    v4 v5  
    2525{{{ 
    2626cd DYNAMICO 
    27 ./make_icosa -arch X64_ADA -parallel mpi -prod 
     27./make_icosa -arch X64_ADA -parallel mpi -prod -job 8 
    2828}}} 
    2929 
     
    3535The *.env file is a shell script that is executed by make_icosa. It sets up the environment for use by *.path. *.path defines paths to libraries and modules needed for compilation. *.fcm defines the commands used to compile, link, etc. as well as options to be passed to the compiler/linker . 
    3636 
    37 After a successful build the main executable is found in the bin/ directory. 
     37The option "-job 8" is similar to "make -j 8" and compiles in parallel for speed. After a successful build the main executable is found in the bin/ directory. 
    3838