05_mpi-openmp/01_vcoord

Hands-on: Rank allocation with vcoordfile in Fujitsu MPI

C/C++

How to compile and how to execute

1. Compile program

$ cd c $ make # make -f Makefile.own # if using own compiler $ ls run.x ...

2. Run program

## To run as a batch job $ cd c/results/default $ pjsub task.sh ## Or, to run in an interactive job $ cd c/results/default $ bash task.sh

Exercises A

Fortran

How to compile and how to execute

1. Compile program

$ cd fortran $ make # make -f Makefile.own # if using own compiler $ ls run.x ...

2. Run program

## To run as a batch job $ cd fortran/results/default $ pjsub task.sh ## Or, to run in an interactive job $ cd fortran/results/default $ bash task.sh

Exercises A