Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
admire
Hercules
Commits
15a3c87a
Commit
15a3c87a
authored
4 months ago
by
Genaro Juan Sánchez Gallegos
Committed by
Javier Garcia Blas
4 months ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix a bug that affects IOR read operations.
parent
79182564
master
Debug
redis
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bash/HERCULES_IOR_TEST_NO_MALL_CONFIGFILE.sh
+4
-4
bash/HERCULES_IOR_TEST_NO_MALL_CONFIGFILE.sh
bash/ior_hercules_slurm.sh
+2
-2
bash/ior_hercules_slurm.sh
tools/imss_posix.c
+8
-0
tools/imss_posix.c
with
14 additions
and
6 deletions
+14
-6
bash/HERCULES_IOR_TEST_NO_MALL_CONFIGFILE.sh
+
4
-
4
View file @
15a3c87a
...
...
@@ -19,16 +19,16 @@ HERCULES_CHECKPOINT_PATH=""
HERCULES_SNAPSHOT_PATH
=
""
DATA_HOSTFILE
=
"
\/
beegfs
\/
home
\/
javier.garciablas
\/
hercules
\/
bash
\/
data_hostfile"
METADATA_HOSTFILE
=
"
\/
beegfs
\/
home
\/
javier.garciablas
\/
hercules
\/
bash
\/
meta_hostfile"
DEBUG_LEVEL
=
"
all
"
DEBUG_LEVEL
=
"
none
"
#RR, BUCKETS, HASH, CRC16b, CRC64b, LOCAL, ZCOPY
export
POLICY
=
"RR"
NUM_SERVERS_RANGE
=(
1
)
NUM_SERVERS_RANGE
=(
1
6
)
#NUM_SERVERS_RANGE=( 1 4 8 16 32 )
NODES_FOR_CLIENTS_RANGE
=(
1
)
NODES_FOR_CLIENTS_RANGE
=(
1
6
)
#NODES_FOR_CLIENTS_RANGE=( 1 4 8 16 32 )
#CLIENTS_PER_NODE_RANGE=( 1 2 4 8 16 32 )
CLIENTS_PER_NODE_RANGE
=(
1
)
CLIENTS_PER_NODE_RANGE
=(
1
6
)
BLOCK_SIZE_RANGE
=(
512
)
MAX_ITERATIONS
=
1
...
...
This diff is collapsed.
Click to expand it.
bash/ior_hercules_slurm.sh
+
2
-
2
View file @
15a3c87a
...
...
@@ -3,8 +3,8 @@
#SBATCH --time=01:00:00 # Time limit hrs:min:sec
#SBATCH --output=logs/hercules/%j.log # Standard output and error log
#SBATCH --mem=0
#SBATCH --exclude=broadwell-008,broadwell-010
#SBATCH --nodelist=broadwell-[012-027]
#
#SBATCH --exclude=broadwell-008,broadwell-010
#
#SBATCH --nodelist=broadwell-[012-027]
###SBATCH --exclusive=user
##SBATCH --overcommit
##SBATCH --oversubscribe
...
...
This diff is collapsed.
Click to expand it.
tools/imss_posix.c
+
8
-
0
View file @
15a3c87a
...
...
@@ -42,6 +42,10 @@
// #define FCNTL_ADJUST_CMD(__cmd) __cmd
// #endif
#ifdef __cplusplus
extern
"C"
{
#endif
#define KB 1024
#define GB 1073741824
uint32_t
DEPLOYMENT
=
2
;
// Default 1=ATACHED, 0=DETACHED ONLY METADATA SERVER 2=DETACHED METADATA AND DATA SERVERS
...
...
@@ -5579,3 +5583,7 @@ int fchdir(int fd)
// return ret;
// }
#ifdef __cplusplus
}
#endif
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets