| ... | ... | @@ -81,7 +81,7 @@ $ |
|
|
|
Compile the following [sequential.cpp](https://gitlab.oca.eu/DSI/HPC/blob/master/SLURM/sequential/sequential.cpp) source code:
|
|
|
|
```
|
|
|
|
$ module load intel-gnu8-runtime
|
|
|
|
$ icpc sequential.cpp -o sequential
|
|
|
|
$ icpc hello_world.cpp -o sequential
|
|
|
|
$
|
|
|
|
```
|
|
|
|
We will submit it with the [sequential.slurm](https://gitlab.oca.eu/DSI/HPC/blob/master/SLURM/sequential/sequential.slurm) script.
|
| ... | ... | @@ -93,7 +93,7 @@ $ |
|
|
|
wait for some time for the `rabit.<jobid>.out` to appear:
|
|
|
|
```
|
|
|
|
$ ls
|
|
|
|
rabit.15292921.out sequential sequential.cpp sequential.slurm
|
|
|
|
rabit.15292921.out sequential hello_world.cpp sequential.slurm
|
|
|
|
$ more rabit.15292921.out
|
|
|
|
This job was launch from pollux.cluster in /beegfs/SCRATCH/alainm/view/HPC/SLURM/sequential
|
|
|
|
What's up, Doc ?
|
| ... | ... | |