I upgraded my Ubuntu version to 18.04 and it now works fine. Thanks for that hint. It was previously v 16.04 by default. Below is a helpful article discussing the method for upgrading Ubuntu in WSL.
https://devblogs.microsoft.com/commandl ... ng-ubuntu/
Search found 10 matches
- Tue Dec 17, 2019 6:38 pm
- Forum: ROMS Installation
- Topic: ROMS using Windows Subsystem for Linux
- Replies: 3
- Views: 3947
- Mon Dec 16, 2019 7:17 pm
- Forum: ROMS Installation
- Topic: ROMS using Windows Subsystem for Linux
- Replies: 3
- Views: 3947
Re: ROMS using Windows Subsystem for Linux
Thanks for your question Jamie. I currently don't have the option to work on a Linux box at my location, whereas WSL appears to offer the advantage to not use a VM. My working ROMS projects are located on a remote Linux server that has a very different configuration than my local Ubuntu WSL.
Phil
Phil
- Fri Dec 13, 2019 4:45 pm
- Forum: ROMS Installation
- Topic: ROMS using Windows Subsystem for Linux
- Replies: 3
- Views: 3947
ROMS using Windows Subsystem for Linux
Any help on this issue would be greatly appreciated. I have taken the installation of ROMS (rev 990) on my Windows 10 PC using Windows Subsystem for Linux quite far with successful compilation of ROMS executables, but I’m having an error running the Upwelling test case. In both the parallel and s ...
- Thu Oct 18, 2012 1:42 pm
- Forum: Job Opportunities
- Topic: Environmental Analyst -- Philadelphia Water Department
- Replies: 0
- Views: 3184
Environmental Analyst -- Philadelphia Water Department
We are seeking to fill an environmental analyst position in the fields of observational physical oceanography and receiving water quality. The position we seek to fill is suitable for a candidate who has completed an MS or PhD in oceanography, or a closely related field, with an emphasis on the ...
- Sat Mar 27, 2010 3:14 pm
- Forum: ROMS Installation
- Topic: Error in compile
- Replies: 15
- Views: 18072
Re: Error in compile
I thought I was getting closer to resolution by going through the ifort installation again. It seems that I didn't have RPM installed before the first installation. After uninstalling/reinstalling and verifying that the problematic [for Ubuntu] libstdc++5 was installed properly, I tried to verify a ...
- Wed Mar 24, 2010 7:33 pm
- Forum: ROMS Installation
- Topic: Error in compile
- Replies: 15
- Views: 18072
Re: Error in compile
OK, different but the same: root@Phil:/usr/temp# make -n -p | grep FC makefile:235: INCLUDING FILE /home/phil/make_macros.mk WHICH CONTAINS APPLICATION-DEPENDENT MAKE DEFINITIONS cp: cannot stat `/opt/pgisoft/netcdf/include/netcdf.mod': No such file or directory make: *** No rule to make target ...
- Wed Mar 24, 2010 6:31 pm
- Forum: ROMS Installation
- Topic: Error in compile
- Replies: 15
- Views: 18072
Re: Error in compile
Thanks for explaining the logic of the Linux-ifort.mk code. My file does have the same lines. After typing "make -n -p | grep FC" in terminal I get this: root@Phil:~# make -n -p | grep FC make: *** No targets specified and no makefile found. Stop. PREPROCESS.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET ...
- Wed Mar 24, 2010 4:10 pm
- Forum: ROMS Installation
- Topic: Error in compile
- Replies: 15
- Views: 18072
Re: Error in compile
Thanks for the guidance. I am a newbie to ROMS and fortran compiling, so I believe a lot of my problems were path related. I am also new to Ubuntu and am learning that the "make clean" command doesn't appear to work. I found references to this by Googling and there appears to be an equivalent ...
- Tue Mar 23, 2010 8:13 pm
- Forum: ROMS Installation
- Topic: Error in compile
- Replies: 15
- Views: 18072
Re: Error in compile
Maybe I chose an unfortunate name for the Source Code directory: /usr/temp. I used snv to check out the code there, but didn't know how to move them afterward.
I will try "make clean" also.
-Thanks
I will try "make clean" also.
-Thanks
- Tue Mar 23, 2010 2:12 pm
- Forum: ROMS Installation
- Topic: Error in compile
- Replies: 15
- Views: 18072
Error in compile
Below is the last several lines that report errors in my compile process. I am installing in Ubuntu Linux 9.10 with ifort. The file upwelling.h is in the directory that is being called out. Your help would be appreciated. Attached are my build.bash and Linux-ifort.mk files ...