Changeset 4759 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Oct 26, 2020 1:19:52 PM (3 years ago)
Author:
suehring
Message:

restore accidently modified config files

Location:
palm/trunk/SCRIPTS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/.palm.config.aurora

    r4758 r4759  
    55%base_data         ~/palm/current_version/JOBS
    66%base_directory    $HOME/palm/current_version
    7 %fast_io_catalog   /scratch/nhbksueh
     7%fast_io_catalog   /scratch/<replace by LUIS username>
    88%source_path       $HOME/palm/current_version/trunk/SOURCE
    9 %user_source_path  $base_directory/USER_CODE/$run_identifier
    10 %local_jobcatalog  $HOME/job_logfiles
     9%user_source_path  $base_directory/JOBS/$run_identifier/USER_CODE
     10%local_jobcatalog  $HOME/job_queue
    1111#
    1212%local_ip            130.75.7.130
    13 %local_username      nhbksueh
     13%local_username      <replace by LUIS username>
    1414%compiler_name       mpinfort
    1515%compiler_name_ser   mpinfort
     
    2626#
    2727#----------------------------------------------------------------------------
    28 # INPUT-commands, executed before running PALM - lines must start with "IC:"
     28# INPUT-commands, executed before running PALM - lines must start with "IC:" 
    2929#----------------------------------------------------------------------------
    3030#IC:ulimit -s unlimited
  • palm/trunk/SCRIPTS/.palm.config.aurora_debug

    r4758 r4759  
    55%base_data         ~/palm/current_version/JOBS
    66%base_directory    $HOME/palm/current_version
    7 %fast_io_catalog   /scratch/nhbksueh
     7%fast_io_catalog   /scratch/<replace by LUIS username>
    88%source_path       $HOME/palm/current_version/trunk/SOURCE
    9 %user_source_path  $base_directory/USER_CODE/$run_identifier
    10 %local_jobcatalog  $HOME/job_logfiles
     9%user_source_path  $base_directory/JOBS/$run_identifier/USER_CODE
     10%local_jobcatalog  $HOME/job_queue
    1111#
    1212%local_ip            130.75.7.130
    13 %local_username      nhbksueh
     13%local_username      <replace by LUIS username>
    1414%compiler_name       mpinfort
    1515%compiler_name_ser   mpinfort
    1616%cpp_options         -fpp -D__parallel -D__nec -D__netcdf -D__netcdf4 -D__netcdf4_parallel -D__fftw -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION
    1717%make_options        -j 4
    18 %compiler_options    -O3 -traceback -finline-functions -g -report-all -Werror -I /home/nhbkklau/opt/NetCDF_parallel_nec/include -I /home/nhbkklau/opt/fftw3_nec/include
    19 %linker_options      -L/home/nhbkklau/opt/NetCDF_parallel_nec/lib -lnetcdff -lnetcdf -Wl,-rpath=/home/nhbkklau/opt/NetCDF_parallel_nec/lib -L/home/nhbkklau/opt/hdf5_parallel_nec/lib -lhdf5 -lhdf5_hl -Wl,-rpath=/home/nhbkklau/opt/hdf5_parallel_nec/lib -L/home/nhbkklau/opt/fftw3_nec/lib -lfftw3 -lmpi
     18%compiler_options    -O0 -fcheck=all -traceback -ftrace -proginf -report-all -g -Werror -fdiag-vector=0 -I /home/nhbkklau/opt/NetCDF_parallel_nec/include -I /home/nhbkklau/opt/fftw3_nec/include
     19%linker_options      -ftrace -L/home/nhbkklau/opt/NetCDF_parallel_nec/lib -lnetcdff -lnetcdf -Wl,-rpath=/home/nhbkklau/opt/NetCDF_parallel_nec/lib -L/home/nhbkklau/opt/hdf5_parallel_nec/lib -lhdf5 -lhdf5_hl -Wl,-rpath=/home/nhbkklau/opt/hdf5_parallel_nec/lib -L/home/nhbkklau/opt/fftw3_nec/lib -lfftw3 -lmpi
    2020#%hostfile            auto
    2121%defaultqueue        all
     
    2323%memory              2000
    2424%login_init_cmd      source /opt/nec/ve/mpi/2.2.0/bin/necmpivars.sh
    25 %execute_command     mpirun -v -ve 0-3  -np {{mpi_tasks}}  ./palm
     25%execute_command     mpirun -v -ve 0  -np {{mpi_tasks}}  ./palm
    2626#
    2727#----------------------------------------------------------------------------
    28 # INPUT-commands, executed before running PALM - lines must start with "IC:"
     28# INPUT-commands, executed before running PALM - lines must start with "IC:" 
    2929#----------------------------------------------------------------------------
    3030#IC:ulimit -s unlimited
     31IC:export VE_ERRCTL_DEALLOCATE=ABORT
     32IC:export VE_FPE_ENABLE=DIV,FOF,INV
     33IC:export VE_TRACEBACK=ALL
    3134#
    3235#----------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.