Skip to content
  • camp's avatar
    Internallauncher · 52528801
    camp authored
        I added a function to return the correct argument for the "process per node"
    flag for Open MPI and MPICH. This change affects the mpirun and mpiexe commands.
    If your system has a different argument then you can override this function.
    This argument is only used if the user has set VisIt's -nn flag.
    
        I have changed the sbatch job submitter to be like qsub. This was done for
    NERSC new Cori system. Now it has many functions that can be overriden to support
    any system using sbatch. Also added a new job launcher srun.
    
        Added the hosttoip variable in MainLauncher to convert host name to IP address.
    Had a problem that compute nodes could not convert host name to IP address. By default
    this is turned off. You need to set hosttoip=True in your MainLauncher override.
    See NERSC custom launcher for an example.
    
    NERSC customlauncher
        Remove references to Carver. That system is gone. Added sbatch support, also 
    turned on the hosttoip flag to translate the hostname to an IP address.
    
    gui/QvisHostProfileWindow.C
        Added sbatch/srun option in the list of launchers.
    
    config-site/cori.nersc.gov.cmake
        Added site file for NERSC's Cori system.
    
    Removed NERSC's Carver site config file. System has been retired.
    
    
    
    git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27736 18c085ea-50e0-402c-830e-de6fd14e8384
    52528801