Permutations: Difference between revisions

Content added Content deleted
Line 2,450: Line 2,450:
1) Compiled with GNU fortran compiler:
1) Compiled with GNU fortran compiler:


gfortran -O3 testing_permutation_algorithms.f90
gfortran -O3 testing_permutation_algorithms.f90 ; ./a.out
./a.out


INPUT N:
INPUT N:
Line 2,471: Line 2,470:
b) Compiled with Intel compiler:
b) Compiled with Intel compiler:


ifort -O3 testing_permutation_algorithms.f90
ifort -O3 testing_permutation_algorithms.f90 ; ./a.out
./a.out


INPUT N:
INPUT N: