Ignore:
Timestamp:
Mar 18, 2010 2:30:38 AM (14 years ago)
Author:
raasch
Message:

simple installation method documented and updated; bugfix for PGI compiler in buoyancy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palm_simple_run

    r426 r515  
    99     # It requires that palm has been installed with command
    1010     # palm_simple_install and that the executable palm has been created
    11      # with make in directory ~/palm/current_version/MAKE_DEPOSITORY_simple
     11     # with make in directory  ...../MAKE_DEPOSITORY_simple
    1212
    1313     # Last changes:
    1414     # 25/01/10 - Siggi - Generating the first version
     15     # 18/03/10 - Siggi - Some comments changed
    1516
    1617
     
    2324 mpi_procs_per_node=1
    2425 openmp_threads=1
    25  # palm_dir=~/palm/current_version/
    2626
    2727 typeset -i  ii
     
    5151    # Generate unique directory/files for this run
    5252 timedate="`date +%d.%b_%H:%M:%S`"
    53  suffix=$case+$nnodes+$timedate
     53 suffix=$case+$mpi_procs+$timedate
    5454 RUNDIR=OUTPUT.$suffix/
    5555
     
    125125 echo "*** palm will be run:  MPI tasks: $mpi_procs   OpenMP thread: $OMP_NUM_THREADS"
    126126
    127 # mpiexec  -machinefile hostfile  -n $mpi_procs  ./palm  < runfile_atmos
    128  mpiexec_mpt  -np $mpi_procs  ./palm  < runfile_atmos
     127# IMUK:
     128 mpiexec  -machinefile hostfile  -n $mpi_procs  ./palm  < runfile_atmos
     129
     130# SGI-MPT HLRN
     131# mpiexec_mpt  -np $mpi_procs  ./palm  < runfile_atmos
    129132
    130133
Note: See TracChangeset for help on using the changeset viewer.