-
Notifications
You must be signed in to change notification settings - Fork 4
WIP: Compiled on rhel7 cluster #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
WIP: Compiled on rhel7 cluster #1
Conversation
AreWeDreaming
commented
Nov 2, 2022
- Changed MPI script from python2 to python3
- Made compliant with GIZA
- Added makefile for gnu rhel system
- Changed how ADC is linked
- Added makefile for separated ADC lib
- Changed MPI script from python2 to python3 - Made compliant with GIZA - Added makefile for gnu rhel system - Changed how ADC is linked - Added makefile for separated ADC lib
|
I ran |
| if c=="'": | ||
| state = 0 | ||
| if string.strip(s)=='': | ||
| if s.strip=='': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| if s.strip=='': | |
| if s.strip()=='': |
| ! CALL PGQINF('USER', PG_VAL, PG_L) | ||
| ! WRITE (*,*) 'PGPLOT user: ', PG_VAL(1:PG_L) | ||
| ! CALL PGQINF('NOW', PG_VAL, PG_L) | ||
| ! WRITE (*,*) 'PGPLOT time now: ', PG_VAL(1:PG_L) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AreWeDreaming Was this causing the problems of @wdeshazer?