delete all files not useful to complex calculation

This commit is contained in:
Florian Stecker
2022-06-13 11:48:31 +02:00
parent 1a85a5ef14
commit 3309c37955
23 changed files with 0 additions and 1531 deletions

14
parallelization/run_utexas Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
cd /home/stecker/svmpi/
nmax=895882 # up to reflection group word length 22
# nmax=11575 # up to reflection group word length 14
outfile=result_$(date +%Y%m%d_%H%M%S).out
unset DISPLAY
make singular_values &&
time mpirun -n 100 -x LD_LIBRARY_PATH=/home/stecker/svmpi/libs --hostfile hostfile_big ./singular_values $nmax utexas_cluster_restart $outfile