Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • H Hercules
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • admireadmire
  • Hercules
  • Merge requests
  • !1

added block size and storage size as data server CLI options

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Javier Garcia Blas requested to merge malleability into main 2 years ago
  • Overview 0
  • Commits 442
  • Pipelines 0
  • Changes 1

modified srun.sh to use these new CLI options need to test performance

Viewing commit f88765f7
Show latest version
1 file
+ 5
- 13

    Preferences

    File browser
    Compare changes
  • f88765f7
    Cosmin Octavian Petre Carastoian
    Update README.md · f88765f7
    Cosmin Octavian Petre Carastoian authored 2 years ago
README.md
+ 5
- 13
  • View file @ f88765f7

  • Edit in single-file editor

  • Open in Web IDE


Conflict: This file was added both in the source and target branches, but with different contents. Ask someone with write access to resolve it.
@@ -84,7 +84,7 @@ hercules start -f <CONF_PATH>
Hercules can override I/O calls by using the LD_PRELOAD environment variable. Both data and metadata calls are currently intercepted by the implemented dynamic library.
```
export LD_PRELOAD=/beegfs/home/javier.garciablas/imss/build/tools/libhercules_posix.so
export LD_PRELOAD=/beegfs/home/hercules/build/tools/libhercules_posix.so
```
To stop a Hercules deployment:
@@ -107,7 +107,7 @@ Here we briefly explain each field of the configuration file.
> MOUNT_POINT = /mnt/imss/
### Where the Hercules project is
> HERCULES_PATH = /beegfs/home/javier.garciablas/imss
> HERCULES_PATH = /beegfs/home/hercules
### Port listening in the metadata node service
> METADATA_PORT = 75000
@@ -133,10 +133,10 @@ Here we briefly explain each field of the configuration file.
> LOWER_BOUND_MALLEABILITY = 0
### File containing a list of nodes serving as data nodes
> DATA_HOSTFILE = /beegfs/home/javier.garciablas/imss/bash/data_hostfile
> DATA_HOSTFILE = /beegfs/home/hercules/bash/data_hostfile
### File path of the persistence metadata
> METADA_PERSISTENCE_FILE = /beegfs/home/javier.garciablas/imss/bash/metadata
> METADA_PERSISTENCE_FILE = /beegfs/home/hercules/bash/metadata
### Number of threads attending data requests
> THREAD_POOL = 1
@@ -145,16 +145,8 @@ Here we briefly explain each field of the configuration file.
> STORAGE_SIZE = 0 # No limit
### File containing a list of nodes serving as metadata nodes
> METADATA_HOSTFILE = /beegfs/home/javier.garciablas/imss/bash/meta_hostfile
> METADATA_HOSTFILE = /beegfs/home/hercules/bash/meta_hostfile
### Debug mode (none or all)
> DEBUG_LEVEL = all
</details>
lustre path in Broadwell
salloc -N1
/lustre/scratch/javier.garciablas
nek500 path in Broadwell
/beegfs/home/Shared/admire/opt/spack/linux-ubuntu20.04-zen/gcc-9.4.0/nek5000-19.0-mweeslmcmhczonxvewvzdqvamoran3ua/bin/Nek5000/bin/
/beegfs/home/Shared/admire/opt/spack/linux-ubuntu20.04-zen/gcc-9.4.0/nek5000-19.0-mweeslmcmhczonxvewvzdqvamoran3ua
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
2
2 participants
Genaro Juan Sánchez Gallegos
Javier Garcia Blas
Reference: admire/hercules!1
Source branch: malleability

Menu

Explore Projects Groups Snippets