Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
doku:forge [2020/09/24 12:24] shdoku:forge [2020/09/24 12:29] sh
Line 70: Line 70:
    ssh vsc3.vsc.ac.at -l my_uid -X    ssh vsc3.vsc.ac.at -l my_uid -X
    my_uid@l33$  cd wherever/my/app/may/be    my_uid@l33$  cd wherever/my/app/may/be
-   my_uid@l33$  mpiicc -g -O0 my_app.c 
    my_uid@l33$  salloc -N 4 -L allinea@vsc    my_uid@l33$  salloc -N 4 -L allinea@vsc
    my_uid@l33$  echo $SLURM_JOB_ID    ( just to figure out the current job ID, say it's 8909346 )    my_uid@l33$  echo $SLURM_JOB_ID    ( just to figure out the current job ID, say it's 8909346 )
Line 78: Line 77:
    my_uid@l33$  module purge    my_uid@l33$  module purge
    my_uid@l33$  module load  intel/18  intel-mpi/2018  allinea/20.1_FORGE   ( or whatever else suite of MPI )    my_uid@l33$  module load  intel/18  intel-mpi/2018  allinea/20.1_FORGE   ( or whatever else suite of MPI )
 +   my_uid@l33$  mpiicc -g -O0 my_app.c
    my_uid@l33$  ddt &     ( gui should open )    my_uid@l33$  ddt &     ( gui should open )
                 ... select 'Remote Launch - Configure'                 ... select 'Remote Launch - Configure'
  • doku/forge.txt
  • Last modified: 2024/07/05 07:51
  • by grokyta