Search found 282 matches
- Thu Jan 03, 2019 12:55 pm America/New_York
- Forum: Questions/Comments
- Question: File access problems
- Replies: 13
File access problems
I am having intermittent issues as well. My clustered env in Tampa seems to be returning okay, but some machines in my lab in St. Petersburghost xx.xxx.xx.xxand host xx.xxx.xx.xxCannot connect.searobin 168: > curl --retry 5 --retry-delay 2 --max-time 0 -d subID=1134 https://oceandata.sci.gsfc.nasa.g...
- Wed Jun 06, 2018 3:20 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 7.5 RedHat varients now useless?
- Replies: 24
SeaDAS 7.5 RedHat varients now useless?
Don,
I have tested the binaries on CentOS6.9 and CentOS7.5, and on the RHEL 6.8 cluster environment. I have not run into any issues so far.
THANKS SO MUCH :eek: :grin: :smile:
Brock
I have tested the binaries on CentOS6.9 and CentOS7.5, and on the RHEL 6.8 cluster environment. I have not run into any issues so far.
THANKS SO MUCH :eek: :grin: :smile:
Brock
- Mon May 21, 2018 3:21 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 7.5 RedHat varients now useless?
- Replies: 24
SeaDAS 7.5 RedHat varients now useless?
Don,Are there a couple of things left out of the VIIRS build? I have issued this command:./install_ocssw.py -v -c -i ocssw --src --aquarius --avhrr --czcs --goci --hico --meris --aqua --terra --mos --msi --ocm1 --ocm2 --octs --olcis3a --oli --osmi --seawifs ...
- Fri May 18, 2018 8:02 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 7.5 RedHat varients now useless?
- Replies: 24
SeaDAS 7.5 RedHat varients now useless?
DonThanks so much. :grin::grin::grin: I was able to compile with the viirs tar.However, not having done this before with OCSSW, I suspect I'm missing something. When I tried this:geolocate_viirs v ifile=V2018137192400.L1A_SNPP.nc geofile_mod=V20181371942.GEOit came back with an error: &quo...
- Wed May 16, 2018 4:28 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 7.5 RedHat varients now useless?
- Replies: 24
SeaDAS 7.5 RedHat varients now useless?
Don,I am trying to get the code to install on my RHEL 6 cluster. It builds fine, but when I do the "make -j 20 install" it fails. SEE PART I. "SEE PART II" very bottom below for errors when instructions followed exclude the OPTION(BUILD_VIIRS_L1 "Build VIIRS L1 code" ON...
- Wed May 16, 2018 3:33 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 7.5 RedHat varients now useless?
- Replies: 24
SeaDAS 7.5 RedHat varients now useless?
Don,I am trying to get the code to install on my RHEL 6 cluster. It builds fine, but when I do the make -j 20 install it fails. See below on VIIRS:[bmurch@optics0 build]$ gcc --versiongcc (GCC) 4.9.4Copyright (C) 2015 Free Software Foundation, Inc.This is free software; see the source for copying co...
- Mon May 14, 2018 12:30 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 7.5 RedHat varients now useless?
- Replies: 24
SeaDAS 7.5 RedHat varients now useless?
I followed your directions to the letter from the virtual install of CentOS 6 "Software Development Workstation", and want to note the small difference in the install process:#NOTE: the EOS and examples directories do not exist after running all_ocssw.py -i ocssw -s#[bmurch@centos69 Seadas...
- Sun May 13, 2018 2:28 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 7.5 RedHat varients now useless?
- Replies: 24
SeaDAS 7.5 RedHat varients now useless?
Don,It seems CentOS 6, not so much. I installed a CentOS 6.9 virtual machine and a new version of cmake and git into a virtual CentOS6 machine. NOTE THAT $ gcc --versiongcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28)Copyright (C) 2015 Free Software Foundation, Inc.This is free software; see the source f...
- Fri May 11, 2018 2:49 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 7.5 RedHat varients now useless?
- Replies: 24
SeaDAS 7.5 RedHat varients now useless?
Note that my RHEL6 machines run gcc version 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC)
Will this work since you state:
"You need to use gcc-4.x since the C++ ABI changed at gcc-5.x"
BTW, how did you get around the hdf5 require cmake3?
Will this work since you state:
"You need to use gcc-4.x since the C++ ABI changed at gcc-5.x"
BTW, how did you get around the hdf5 require cmake3?
- Fri May 11, 2018 12:57 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 7.5 RedHat varients now useless?
- Replies: 24
SeaDAS 7.5 RedHat varients now useless?
Don,Thanks. I was able to follow Sean's advice and:rm $OCSSWROOT/opt/lib/libquadmath.so.0But I'm happy that you tell me:"The "Development Tools" supplies a compatable version"And this worked in RHEL7, however, this seems not to help at all for RHEL6 machines:[oo_processin...