Search found 64 matches

by gfireman
Thu Jun 21, 2018 11:09 am America/New_York
Forum: Questions/Comments
Question: Building on Ubuntu 18.04
Replies: 23

Building on Ubuntu 18.04

A clue from your error log:
/seadas/lcl/ocssw/opt/src/hdf5/hdf5-1.8.18/build/bin/H5test_FortranHavekind: /seadas/lcl/ocssw/opt/lib/libgfortran.so.3: version `GFORTRAN_1.4' not found
Why is your compiler looking for gfortran in $LIB3_LIB?
by gfireman
Thu Jun 21, 2018 11:01 am America/New_York
Forum: Questions/Comments
Question: Building on Ubuntu 18.04
Replies: 23

Building on Ubuntu 18.04

Here's mine:gs616-shark$ uname -a; lsb_release -aLinux gs616-shark 4.4.0-128-generic #154-Ubuntu SMP Fri May 25 14:15:18 UTC 2018 x86_64 x86_64 x86_64 GNU/LinuxNo LSB modules are available.Distributor ID:  UbuntuDescription:  Ubuntu 16.04.4 LTSRelease:  16.04Codename:  xenial...
by gfireman
Wed Jun 20, 2018 11:39 am America/New_York
Forum: Questions/Comments
Question: Seadas 7.5 Error: make error during Linking CXX executable l1mapgen
Replies: 1

Seadas 7.5 Error: make error during Linking CXX executable l1mapgen

We do not yet support building OCSSW on Ubuntu 18.04.  Please see this thread for more info:
https://oceancolor.gsfc.nasa.gov/forum/oceancolor/topic_show.pl?tid=8936

I'll keep working on it, but we do not have an estimate of how long it will take.
by gfireman
Wed Jun 20, 2018 11:16 am America/New_York
Forum: Questions/Comments
Question: Building on Ubuntu 18.04
Replies: 23

Building on Ubuntu 18.04

This suggests using the -no-pie compile option:https://stackoverflow.com/questions/50213089/linking-error-with-gcc-g-7-3-0-on-ubuntu-18-04You could edit $OCSSWROOT/CMakeLists.txt   # standard Linux bits...-  set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99 -D_XOPEN_SOURCE=600 -D_DEFA...
by gfireman
Wed Jun 20, 2018 10:20 am America/New_York
Forum: Questions/Comments
Question: Building on Ubuntu 18.04
Replies: 23

Building on Ubuntu 18.04

After making those changes, I'd start fresh: delete the existing build directory, then follow the build instructions in README.md, omitting the download steps.I'd also use just "make" instead of "make -j 20".   Leaving out the "-j" parameter will run o...
by gfireman
Tue Jun 19, 2018 5:17 pm America/New_York
Forum: Questions/Comments
Question: Building on Ubuntu 18.04
Replies: 23

Building on Ubuntu 18.04

I believe the following will work.  It compiles, but I haven't tested it.1. In file $LIB3_DIR/src/BuildItremove from the subdirs list:  hdfeos hdfeos5 sdptk mapi sdst2. Delete from directory $OCSSWROOT/cmake/Modules FindHDFEOS.cmakeFindHDFEOS5.cmakeFindMapi.cmakeFindPGSTK.cmakeFindSDST...
by gfireman
Tue Jun 19, 2018 3:28 pm America/New_York
Forum: Questions/Comments
Question: Building on Ubuntu 18.04
Replies: 23

Building on Ubuntu 18.04

I use bash too :)Your file is post-patch, which accounts for the different date and size.The ECS tools page lists a newer version of the SDPTK, but I don't know if it will work any better.  We are still running Ubuntu 16.04, so I don't have a way to test either installation.  (Don ...
by gfireman
Tue Jun 19, 2018 2:35 pm America/New_York
Forum: Questions/Comments
Question: Building on Ubuntu 18.04
Replies: 23

Building on Ubuntu 18.04

The AA tool is a part of the Science Data Toolkit that we don't use, so that's not the problem.This is really bizarre.  Is /seadas/lcl on a remote disk, that maybe just glitched out for a second?Please try:ls -l $LIB3_DIR/src/sdptk/TOOLKIT/bin/INSTALL-ToolkitMine looks like:-rwxr-xr-x 1...
by gfireman
Thu May 24, 2018 11:01 am America/New_York
Forum: Questions/Comments
Question: problem in processing of MODIS L1A file to MODIS GEO file
Replies: 5

problem in processing of MODIS L1A file to MODIS GEO file

Bhavani -Do you have a network connection?Try this from the command line:curl https://oceandata.sci.gsfc.nasa.gov/Ancillary/?format=jsonYou should get:{"rows":[["Aquarius\/","-","-"],["Attitude-Ephemeris\/","-","-"],["LUTs\/&...
by gfireman
Thu May 24, 2018 10:52 am America/New_York
Forum: Questions/Comments
Question: problem in processing of MODIS L1A file to MODIS GEO file
Replies: 5

problem in processing of MODIS L1A file to MODIS GEO file

Zhigang -

Try: ls -l A2018144055000.L1A_LAC; file A2018144055000.L1A_LAC

Mine looks like
-rw-rw-r-- 1 gfireman gfireman 571397213 2018-05-24 03:28 A2018144055000.L1A_LAC
A2018144055000.L1A_LAC: Hierarchical Data Format (version 4) data


If yours doesn't look like that, you might have to download again.