Jack Poulson

Results 19 comments of Jack Poulson

Err, it seems that I need to find the replacement for the `filter_gfs.pl` script you were calling. Converting the full file and placing it into `public/data/weather/current` causes the server to...

Using a CGI call of the form `http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_1p00.pl?` is now necessary. EDIT: Done.

Does Fortran 2003 not support templating? http://fortranwiki.org/fortran/show/Generic+programming I think that support for more general datatypes would be very beneficial for adoption, but I'm biased as I always try to support...

This appears to be an issue with Intel's Fortran compiler aggressively employing FMA's: https://software.intel.com/en-us/forums/intel-c-compiler/topic/579190 Notice that gfortran does not allow parentheses to be ignored by default: see the `-fno-protect-parens` discussion...

On the subject of QD, I was recently burned by not having used the packages fixes for x86's internal 80-bit rounding (`fpu_fix_start` and `fpu_fix_end`, see https://github.com/scibuilder/QD/blob/a5dbb6136ac1739e7e6955bf7b0c0fa05f3b2cbd/src/fpu.cpp), as said rounding only...

I have only run into the issue on a student's Ubuntu VM running on a Windows machine with an Intel Core i7, and, even then, the behavior was sporadic (e.g.,...

Elemental absolutely supports every modern MPI implementation. I assume that you mean Elemental.jl?

No worries! For what it's worth, I've spent a bit of time working on LLL/BKZ/etc. since the last message and would recommend that, if you're interested in SVP Challenges, to...

Ah, thanks. And please let me know if a complex variant of GNR enumeration and/or BKZ would be of use for the MIMO problems; I got an algorithm that I...