New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
hello_mod.f90 in vendors/t/fcm-make/54-build-ignore-missing-dep-ns/src2 – NEMO

source: vendors/t/fcm-make/54-build-ignore-missing-dep-ns/src2/hello_mod.f90 @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 5 years ago

Import latest FCM release from Github into the repository for testing

File size: 130 bytes
Line 
1module hello_mod
2contains
3subroutine greet_world()
4write(*, '(a)') 'Greet world!'
5end subroutine greet_world
6end module hello_mod
Note: See TracBrowser for help on using the repository browser.