Questions regarding the compilation of VASP on various platforms: hardware, compilers and libraries, etc.
Moderators: Global Moderator, Moderator
-
dfcox
- Newbie
- Posts: 16
- Joined: Wed Jun 22, 2005 1:19 pm
- Location: Blacksburg, VA, USA
#1
Post
by dfcox » Tue Sep 06, 2011 7:30 pm
I am trying to build VASP 5.2.12 using IBM XLF 8.1. I am hitting a compilation issue which is as follows:
Code: Select all
mpif90?-qarch=auto?-qmaxmem=-1?-qstrict?-qextname?-qinitauto?-WF,-Dkind8,-DNGZhalf,-DCACHE_SIZE=16000,-Davoidalloc,-DRPROMU_DGEMV,-DMPI?-O5??-c?nmr.F
"nmr.F",?line?411.568:?1512-050?(W)?Field?separator?is?missing,?in?component?number?29?of?FORMAT?statement,?after?edit?descroptor?F.??A?comma?is?assumed.
"nmr.F",?line?4560.24:?1513-061?(S)?Actual?argument?attributes?do?not?match?those?specified?by?an?accessible?explicit?interface.
**?morbitalmag???===?End?of?Compilation?1?===
1501-511??Compilation?failed?for?file?nmr.F.
Any help on this is appreciated.
Last edited by
dfcox on Tue Sep 06, 2011 7:30 pm, edited 1 time in total.
-
dfcox
- Newbie
- Posts: 16
- Joined: Wed Jun 22, 2005 1:19 pm
- Location: Blacksburg, VA, USA
#2
Post
by dfcox » Tue Sep 06, 2011 11:12 pm
Here is a cleaner version of the error message:
mpif90 -qarch=auto -qmaxmem=-1 -qstrict -qextname -qinitauto -WF,-Dkind8,-DNGZhalf,-DCACHE_SIZE=16000,-Davoidalloc,-DRPROMU_DGEMV,-DMPI -O5 -c nmr.F
"nmr.F", line 411.568: 1512-050 (W) Field separator is missing, in component number 29 of FORMAT statement, after edit descriptor F. A comma is assumed.
"nmr.F", line 4560.24: 1513-061 (S) Actual argument attributes do not match those specified by an accessible explicit interface.
** morbitalmag === End of Compilation 1 ===
1501-511 Compilation failed for file nmr.F.
make: *** [nmr.o] Error 1
Last edited by
dfcox on Tue Sep 06, 2011 11:12 pm, edited 1 time in total.
-
mramos
- Newbie
- Posts: 1
- Joined: Tue Jul 28, 2009 5:05 pm
#3
Post
by mramos » Fri Mar 30, 2012 12:09 pm
Could someone solve this problem? I have the same problem with IBM XLF 12.1
Please help!!
Last edited by
mramos on Fri Mar 30, 2012 12:09 pm, edited 1 time in total.