Skip to content

Commit

Permalink
fixed script for cluster generation of performances
Browse files Browse the repository at this point in the history
  • Loading branch information
josura committed Aug 28, 2024
1 parent 993377f commit e1ec1a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputsFolder=$1
outputFolder=$2
processors=$3

srun -n $processors ./build/c2c-sepia-MPI ----graphsFilesFolder $inputsFolder/graphs \
srun -n $processors ./build/c2c-sepia-MPI --graphsFilesFolder $inputsFolder/graphs \
--initialPerturbationPerTypeFolder $inputsFolder/node_conditions_discr \
--typeInteractionFolder $inputsFolder/interactions \
--nodeDescriptionFolder $inputsFolder/communities \
Expand Down

0 comments on commit e1ec1a8

Please sign in to comment.