Skip to content

Commit 7a28c66

Browse files
author
ucabc46
committed
move testing script to extra
1 parent b8204ce commit 7a28c66

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

extra/weak_scaling/kathleen_slurm_copy_states.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ export JULIA_NUM_THREADS=$OMP_NUM_THREADS
1313

1414
julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.precompile()'
1515

16-
PARTICLEDA_TEST_DIR=$HOME/ParticleDA.jl/test
17-
RESULTS_DIR=$PARTICLEDA_TEST_DIR/output
16+
PARTICLEDA_WEAKSCALING_DIR=$HOME/ParticleDA.jl/extra/weak_scaling
17+
RESULTS_DIR=$PARTICLEDA_WEAKSCALING_DIR/output
1818
mkdir -p $RESULTS_DIR
1919
JULIA_DIR=$HOME/.julia
2020

2121
$JULIA_DIR/bin/mpiexecjl -n $SLURM_NNODES\
2222
julia --project=. \
23-
$PARTICLEDA_TEST_DIR/mpi_optimized_copy_states.jl -t $RESULTS_DIR/all_timers_$SLURM_NNODES.h5 -o
23+
$PARTICLEDA_TEST_DIR/optimized_copy_states.jl -t $RESULTS_DIR/all_timers_$SLURM_NNODES.h5 -o
File renamed without changes.

test/Project.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
[deps]
22
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
33
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
4-
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
54
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
65
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
76
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
87
GaussianRandomFields = "e4b2fa32-6e09-5554-b718-106ed5adafe9"
98
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
109
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
11-
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
1210
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
1311
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
1412
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
1513
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
16-
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
1714
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
1815
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1916
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
20-
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
2117
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
2218

2319
[compat]

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ end
514514
end
515515
516516
@testset "MPI test -- $(file)" for file in (
517-
"mpi_filtering.jl", "mpi_copy_states.jl", "mpi_summary_statistics.jl", "mpi_optimized_copy_states.jl"
517+
"mpi_filtering.jl", "mpi_copy_states.jl", "mpi_summary_statistics.jl"
518518
)
519519
julia = Base.julia_cmd()
520520
flags = ["--startup-file=no", "-q", "-t$(Base.Threads.nthreads())"]

0 commit comments

Comments
 (0)