Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Few years ago, I had been using fortran 90 on Red hat linux and it was working perfectly. I quit computation job for a while and now I am back to it. However, I switched to Ubuntu 16.4 and I installed gfortran but can't compile my program that I used to do it very easily. It seems that gfortran is not compatible with intel compiler. I used I use the command
f95 -O3 -C -tpp7 instead of ifort -O3 -C -tpp7. it compiles some modules but not all the way through. I get the following
guest-9xtqgp@majeed-ubuntu:~/binary100_C_azeo$ make clean
call random_seed(PUT=iseed)
1
Error: Size of ‘put’ argument of ‘random_seed’ intrinsic at (1) too small (2/12)
makefile:38: recipe for target 'crystal_melt.o' failed
make: *** [crystal_melt.o] Error 1
guest-9xtqgp@majeed-ubuntu:~/binary100_C_azeo$
You might check the fortran 95 reference. There are three options to the subroutine - and the PUT array size has to be greater than or equal to the size option.
The reference has an example of determining what the size must be:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.