Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Start an interactive job
  2. source the .env_mach_specific.sh
  3. load the forge module ( module load forge )
  4. change the "aprun" command in  env_mach_specific.xml to "ddt --connect aprun".
    It should look like this:
       <mpirun mpilib="default">
          <executable>ddt --connect aprun</executable>
          <arguments>
             <arg name="aprun"> {{ aprun }}</arg>
          </arguments>
       </mpirun>
  5. Before you run ./case.submit --no-batch, make sure that you have a remote client that is already connected to Titan following these instructions.
    (The path to DDT they provide in that webpage is outdated. Run "module show forge" to find the current path and use that when connecting.)

...