Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgee authored Mar 15, 2024
1 parent 277662a commit b75a467
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Pillar_II/esm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,17 +158,19 @@ it will understand it must stop.

#### Running with containers

To run with containers we have created `launch_fesom2_cont.sh` to launch all the workflow stack (PyCOMPSs, Hecuba and Fesom2) using a continer image.
To run with containers we have created `launch_fesom2_cont.sh` to launch all
the workflow stack (PyCOMPSs, Hecuba and FESOM2) using a container image.

This script is similar to the `launch_fesom2.sh`, but in this case you have to specify the location of the container image and where the data sets are installed in the HPC site.
This script is similar to the `launch_fesom2.sh`, but in this case you have to specify
the location of the container image and where the data sets are installed in the HPC site.


```bash
$ ./launch_fesom2_cont.sh -h
Usage: ./launch_fesom2_cont.sh --hpc <mn4|levante|local> -c|--cores <CORES> --cores_per_node <CORES_PER_NODE> --start_dates <YYYY,YYYY> --members <MEMBERS> --container <CONTAINER_PATH> --mesh_path <MESH_PATH> --data_path <DATA_PATH> --output_path <OUTPUT_PATH> [-q|--qos <QUEUE>] [-d|--debug] [-h|--help]
```

One example of running this file for levante is the following
One example of running this file for Levante is the following:


```bash
Expand Down

0 comments on commit b75a467

Please sign in to comment.