Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cropcoeff

the most simple way to create the executable is to execute the following instructions (order is mandatory):

gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_utilities.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_settings.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_crop.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_cropseq.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_datetime.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_weather_station.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_productivity.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_io_file.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_cropcoef_v4.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c main.f90 gfortran -o ./example/cropcoef.exe *.o -static erase *.o *.mod

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages